mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Version 9.8
Also: - Drop upstreamed patches: -fes-build, -python3.11 - Add patches: -catch-value, -gap-split-root, -bind2nd, -mem-fun-ref
This commit is contained in:
parent
a560530636
commit
d510b9edac
15 changed files with 553 additions and 1223 deletions
|
@ -33,7 +33,7 @@ diff -up src/sage/env.py.orig src/sage/env.py
|
|||
+MTXLIB = var("MTXLIB", join(DOT_SAGE, "meataxe"))
|
||||
THREEJS_DIR = var("THREEJS_DIR", join(SAGE_SHARE, "threejs-sage"))
|
||||
-PPLPY_DOCS = var("PPLPY_DOCS", join(SAGE_SHARE, "doc", "pplpy"))
|
||||
+PPLPY_DOCS = var("PPLPY_DOCS", join("/usr", "share", "doc", "python3-pplpy"))
|
||||
+PPLPY_DOCS = var("PPLPY_DOCS", join("/usr", "share", "doc", "python3-pplpy-devel"))
|
||||
MAXIMA = var("MAXIMA", "maxima")
|
||||
MAXIMA_FAS = var("MAXIMA_FAS")
|
||||
KENZO_FAS = var("KENZO_FAS")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue