gnu: lcalc: Don't rename the include directory.
Sage no longer renames the directory, so we shouldn't either. * gnu/packages/sagemath.scm (lcalc)[arguments]: Remove a substitution from the prepare-build phase.
This commit is contained in:
parent
5b9822cf43
commit
db7f74d2eb
@ -368,10 +368,7 @@ used as internal storage type for polynomial structures.")
|
|||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("^INSTALL_DIR= /usr/local")
|
(("^INSTALL_DIR= /usr/local")
|
||||||
(string-append "INSTALL_DIR=" out))
|
(string-append "INSTALL_DIR=" out))))
|
||||||
;; Sage renames the include directory, so we do it also.
|
|
||||||
(("include/Lfunction")
|
|
||||||
"include/libLfunction")))
|
|
||||||
#t))
|
#t))
|
||||||
(add-before 'install 'make-output-dirs
|
(add-before 'install 'make-output-dirs
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
|
Loading…
Reference in New Issue
Block a user