summarylogtreecommitdiffstats
path: root/sagemath-gap-4.8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sagemath-gap-4.8.patch')
-rw-r--r--sagemath-gap-4.8.patch9
1 files changed, 2 insertions, 7 deletions
diff --git a/sagemath-gap-4.8.patch b/sagemath-gap-4.8.patch
index e360cbd98492..5e94e3c113ce 100644
--- a/sagemath-gap-4.8.patch
+++ b/sagemath-gap-4.8.patch
@@ -2,12 +2,7 @@ diff --git a/src/sage/interfaces/gap.py b/src/sage/interfaces/gap.py
index 177fc1b6eb..51c67bdd09 100644
--- a/src/sage/interfaces/gap.py
+++ b/src/sage/interfaces/gap.py
-@@ -197,11 +197,11 @@ import string
-
- WORKSPACE = gap_workspace_file()
-
--GAP_BINARY = os.path.join(SAGE_LOCAL, 'bin', 'gap')
-+GAP_BINARY = os.path.join(SAGE_LOCAL, 'bin', 'gap-4.8')
+@@ -201,7 +201,7 @@ import string
first_try = True
@@ -20,7 +15,7 @@ diff --git a/src/sage/libs/gap/util.pyx b/src/sage/libs/gap/util.pyx
index 7bffcfc00d..51dad178d5 100644
--- a/src/sage/libs/gap/util.pyx
+++ b/src/sage/libs/gap/util.pyx
-@@ -166,7 +166,7 @@ def gap_root():
+@@ -170,7 +170,7 @@ def gap_root():
if os.path.exists(GAP_ROOT_DIR):
return GAP_ROOT_DIR
print('The gap-4.5.5.spkg (or later) seems to be not installed!')