mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
custom openblas
This commit is contained in:
parent
92ef036456
commit
f41521444d
1 changed files with 13 additions and 0 deletions
|
@ -698,6 +698,19 @@ in the @code{debug} output), and binutils.")))
|
|||
)
|
||||
)
|
||||
|
||||
(define-public glicid-specific-openblas
|
||||
(package
|
||||
(inherit openblas)
|
||||
(name "glicid-specific-openblas")
|
||||
(inputs `(
|
||||
("fortran-lib",gfortran-11 "lib")
|
||||
,@(package-inputs openblas)))
|
||||
(native-inputs `(
|
||||
("fortran" ,gfortran-11)
|
||||
,@(package-native-inputs openblas)))
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
(define-public glicid-keepalived
|
||||
(package
|
||||
|
|
Loading…
Add table
Reference in a new issue