andreas pushed a commit to branch wip-sage
in repository guix.

commit 9fda2c8fb433408cf21be588ae413218bde245cb
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Feb 12 18:53:12 2025 +0100

    DRAFT: maxima: Install maxima.fas.
    
    Change-Id: Ic4ac203b30eac448895f350d81c14624cd9ace4a
---
 gnu/packages/maths.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1ba099415c..4dcf986ccc 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5524,6 +5524,13 @@ point numbers.")
          #~(list "--enable-ecl"))
         ((#:phases phases)
           #~(modify-phases #$phases
+            (add-after 'install 'install-lib
+             (lambda _
+               (let ((lib (string-append
+                            #$output "/lib/maxima/"
+                            #$(package-version this-package)
+                            "/binary-ecl")))
+                    (install-file "src/binary-ecl/maxima.fas" lib))))
             (replace 'check
               (lambda _
                 (invoke "sh" "-c"

Reply via email to