mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
bump to 3.15
This commit is contained in:
parent
87320c6b40
commit
510594090c
1 changed files with 26 additions and 0 deletions
|
@ -712,6 +712,32 @@ in the @code{debug} output), and binutils.")))
|
|||
)
|
||||
)
|
||||
|
||||
(define-public glicid-specific-openblas
|
||||
(package
|
||||
(inherit openblas)
|
||||
(version "0.3.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/openblas/v" version "/OpenBLAS%20"
|
||||
version "%20version.tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ylyh9j2c6qfyxh8zc35zp3pzaclfx5f0vf06y1f9jl6nhpdsdbs"))))
|
||||
|
||||
(name "glicid-specific-openblas")
|
||||
(inputs `(
|
||||
("fortran-lib",gfortran-11 "lib")
|
||||
,@(package-inputs openblas)))
|
||||
(native-inputs `(
|
||||
("gcc", gcc-11)
|
||||
("fortran" ,gfortran-11)
|
||||
,@(package-native-inputs openblas)))
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
|
||||
(define-public glicid-keepalived
|
||||
(package
|
||||
|
|
Loading…
Add table
Reference in a new issue