guix-commits
[Top][All Lists]
Advanced

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

15/18: gnu: clapack: Remove trailing #T.


From: guix-commits
Subject: 15/18: gnu: clapack: Remove trailing #T.
Date: Sun, 5 Dec 2021 09:09:29 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit ae0acf6b6dce5a37fe15f9331843ebbf4560901e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 5 15:00:41 2021 +0100

    gnu: clapack: Remove trailing #T.
    
    * gnu/packages/maths.scm (clapack)[arguments]: Remove trailing #T from build
    phases.
---
 gnu/packages/maths.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 3ff3c14..7e3c488 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -939,8 +939,7 @@ problems in numerical linear algebra.")
          (add-after 'unpack 'disable-broken-tests
            (lambda _
              (substitute* "TESTING/CMakeLists.txt"
-               (("add_lapack_test.* xeigtstz\\)") ""))
-             #t))
+               (("add_lapack_test.* xeigtstz\\)") ""))))
          (replace 'install
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))
@@ -962,8 +961,7 @@ problems in numerical linear algebra.")
                                            "\\.h$")))
                (copy-recursively (string-append "../clapack-"
                                                 ,version "-CMAKE/INCLUDE")
-                                 (string-append out "/include"))
-               #t))))))
+                                 (string-append out "/include"))))))))
     (home-page "https://www.netlib.org/clapack/";)
     (synopsis "Numerical linear algebra library for C")
     (description



reply via email to

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