new openblas

This commit is contained in:
Yann Dupont 2021-05-07 11:48:07 +02:00
parent 343fed7951
commit fd0b5f0776

View file

@ -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 `(