mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
new openblas
This commit is contained in:
parent
343fed7951
commit
fd0b5f0776
1 changed files with 4 additions and 5 deletions
|
@ -766,13 +766,12 @@ in the @code{debug} output), and binutils.")))
|
|||
(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"))
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/xianyi/OpenBLAS/releases/download/v" version "/OpenBLAS-" version ".tar.gz" ))
|
||||
; (file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ylyh9j2c6qfyxh8zc35zp3pzaclfx5f0vf06y1f9jl6nhpdsdbs"))))
|
||||
"1gjbkrsh6n28hdp2ciyjigc8vg764d2r0jbzl63v753mjzn9va9h"))))
|
||||
|
||||
(name "glicid-specific-openblas")
|
||||
(inputs `(
|
||||
|
|
Loading…
Add table
Reference in a new issue