gnu: clapack: Remove trailing #T.
* gnu/packages/maths.scm (clapack)[arguments]: Remove trailing #T from build phases.master
parent
1d53c697b3
commit
ae0acf6b6d
|
@ -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
|
||||||
|
|
Reference in New Issue