mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
gnu: clapack: Remove trailing #T.
* gnu/packages/maths.scm (clapack)[arguments]: Remove trailing #T from build phases.
This commit is contained in:
parent
1d53c697b3
commit
ae0acf6b6d
1 changed files with 2 additions and 4 deletions
|
@ -939,8 +939,7 @@ (define-public clapack
|
|||
(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 @@ (define-public clapack
|
|||
"\\.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
|
||||
|
|
Loading…
Reference in a new issue