mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Update to sagemath 8.3 (bz 1612867).
Also: - Drop -lrslib, -gap-hap, and -flask patches. - Drop obsolete scriplets to fix F24 to F25 upgrade (bz 1594429 and 1618934). - Drop obsolete mktexlsr invocations. - Fix more Singular paths. - Fix still more uses of /usr/bin/env. - Drop disallow/dissallow fixup for cython; now fixed in cython itself.
This commit is contained in:
parent
3dc6dbb3c1
commit
1a0bd1afc6
24 changed files with 285 additions and 525 deletions
|
@ -1,12 +1,12 @@
|
|||
diff -up src/sage/interfaces/qepcad.py.orig src/sage/interfaces/qepcad.py
|
||||
--- src/sage/interfaces/qepcad.py.orig 2018-05-05 16:21:24.000000000 -0600
|
||||
+++ src/sage/interfaces/qepcad.py 2018-05-16 13:58:34.360913275 -0600
|
||||
--- src/sage/interfaces/qepcad.py.orig 2018-08-03 05:10:08.000000000 -0600
|
||||
+++ src/sage/interfaces/qepcad.py 2018-08-29 10:43:25.856903772 -0600
|
||||
@@ -530,7 +530,7 @@ TESTS:
|
||||
|
||||
Check the qepcad configuration file::
|
||||
|
||||
- sage: with open(os.path.join(SAGE_LOCAL, 'default.qepcadrc')) as f:
|
||||
+ sage: with open('/usr/share/qepcad/default.qepcadrc')) as f:
|
||||
- sage: with open(os.path.join(SAGE_LOCAL, 'default.qepcadrc')) as f: # optional - qepcad
|
||||
+ sage: with open('/usr/share/qepcad/default.qepcadrc')) as f: # optional - qepcad
|
||||
....: f.readlines()[-1]
|
||||
'SINGULAR .../bin\n'
|
||||
|
||||
|
@ -52,8 +52,8 @@ diff -up src/sage/interfaces/qepcad.py.orig src/sage/interfaces/qepcad.py
|
|||
|
||||
cache = {}
|
||||
|
||||
- with open('%s/bin/qepcad.help'%SAGE_LOCAL) as help:
|
||||
+ with open('%s/bin/qepcad.help'%QEPCAD_LOCAL) as help:
|
||||
- with open(os.path.join(SAGE_LOCAL, 'bin', 'qepcad.help')) as help:
|
||||
+ with open(os.path.join(QEPCAD_LOCAL, 'bin', 'qepcad.help')) as help:
|
||||
assert(help.readline().strip() == '@')
|
||||
|
||||
while True:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue