guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: lcalc: Don't rename the include directory.


From: guix-commits
Subject: 07/07: gnu: lcalc: Don't rename the include directory.
Date: Fri, 10 Jul 2020 17:05:08 -0400 (EDT)

niedzejkob pushed a commit to branch master
in repository guix.

commit db7f74d2eb4878c0a9ed8bb33853090752277370
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Wed Jun 17 02:10:52 2020 +0200

    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.
---
 gnu/packages/sagemath.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm
index c94020f..8c837fd 100644
--- a/gnu/packages/sagemath.scm
+++ b/gnu/packages/sagemath.scm
@@ -368,10 +368,7 @@ used as internal storage type for polynomial structures.")
              (let ((out (assoc-ref outputs "out")))
                (substitute* "Makefile"
                  (("^INSTALL_DIR= /usr/local")
-                  (string-append "INSTALL_DIR=" out))
-                 ;; Sage renames the include directory, so we do it also.
-                 (("include/Lfunction")
-                  "include/libLfunction")))
+                  (string-append "INSTALL_DIR=" out))))
              #t))
          (add-before 'install 'make-output-dirs
            (lambda* (#:key outputs #:allow-other-keys)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]