me
/
guix
Archived
1
0
Fork 0

gnu: clapack: Remove trailing #T.

* gnu/packages/maths.scm (clapack)[arguments]: Remove trailing #T from build
phases.
master
Ricardo Wurmus 2021-12-05 15:00:41 +01:00
parent 1d53c697b3
commit ae0acf6b6d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 4 deletions

View File

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