mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
new openblas
This commit is contained in:
parent
343fed7951
commit
fd0b5f0776
1 changed files with 4 additions and 5 deletions
|
@ -767,12 +767,11 @@ in the @code{debug} output), and binutils.")))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/openblas/v" version "/OpenBLAS%20"
|
(uri (string-append "https://github.com/xianyi/OpenBLAS/releases/download/v" version "/OpenBLAS-" version ".tar.gz" ))
|
||||||
version "%20version.tar.gz"))
|
; (file-name (string-append name "-" version ".tar.gz"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ylyh9j2c6qfyxh8zc35zp3pzaclfx5f0vf06y1f9jl6nhpdsdbs"))))
|
"1gjbkrsh6n28hdp2ciyjigc8vg764d2r0jbzl63v753mjzn9va9h"))))
|
||||||
|
|
||||||
(name "glicid-specific-openblas")
|
(name "glicid-specific-openblas")
|
||||||
(inputs `(
|
(inputs `(
|
||||||
|
|
Loading…
Add table
Reference in a new issue