gnu: openblas: Remove input labels.
* gnu/packages/maths.scm (openblas)[inputs, native-inputs]: Remove labels. [arguments]: In 'set-extralib' phase, use 'search-input-file'.
This commit is contained in:
parent
20eadd425e
commit
1038f7d681
1 changed files with 6 additions and 6 deletions
|
@ -4534,14 +4534,14 @@ parts of it.")
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
;; Get libgfortran found when building in utest.
|
;; Get libgfortran found when building in utest.
|
||||||
(setenv "FEXTRALIB"
|
(setenv "FEXTRALIB"
|
||||||
(string-append "-L" (assoc-ref inputs "fortran-lib")
|
(string-append
|
||||||
"/lib")))))))
|
"-L"
|
||||||
|
(dirname
|
||||||
|
(search-input-file inputs "/lib/libgfortran.so")))))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("fortran-lib" ,gfortran "lib")))
|
(list `(,gfortran "lib")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cunit" ,cunit)
|
(list cunit gfortran perl))
|
||||||
("fortran" ,gfortran)
|
|
||||||
("perl" ,perl)))
|
|
||||||
(home-page "https://www.openblas.net/")
|
(home-page "https://www.openblas.net/")
|
||||||
(synopsis "Optimized BLAS library based on GotoBLAS")
|
(synopsis "Optimized BLAS library based on GotoBLAS")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue