andreas pushed a commit to branch wip-sage
in repository guix.
commit 8e02f896cd9c3e9731cc647679df2c4e2f1634d2
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Feb 12 21:22:19 2025 +0100
DRAFT: Patch MAXIMA_FAS into sage.
Change-Id: I29a246b2ccefb34372b8dbf7425d808e95acc621
---
gnu/packages/sagemath.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm
index e0655022fe..5ebe003f90 100644
--- a/gnu/packages/sagemath.scm
+++ b/gnu/packages/sagemath.scm
@@ -581,6 +581,11 @@ Handbook of Combinatorial Designs, 2ed.
(string-append "\"" #$gmp-ecm "/bin/ecm\""))
(("\"maxima\"")
(string-append "\"" #$maxima-ecl "/bin/maxima\""))
+ (("\"MAXIMA_FAS\"")
+ (string-append "\"MAXIMA_FAS\", \"" #$maxima-ecl
+ "/lib/maxima/"
+ #$(package-version maxima-ecl)
+ "/binary-ecl/maxima.fas\""))
(("\"Singular\"")
(string-append "\"" #$singular "/bin/Singular\""))
)