mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
introduce new openblas
This commit is contained in:
parent
8304163d22
commit
fcbd2f886a
2 changed files with 29 additions and 41 deletions
|
@ -301,46 +301,6 @@
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
(define-public glicid-specific-openblas
|
|
||||||
(package
|
|
||||||
(inherit openblas)
|
|
||||||
(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-vspecific-openblas
|
|
||||||
(package
|
|
||||||
(inherit openblas)
|
|
||||||
(name "glicid-vspecific-openblas")
|
|
||||||
(version "0.3.15")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(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
|
|
||||||
"1gjbkrsh6n28hdp2ciyjigc8vg764d2r0jbzl63v753mjzn9va9h"))))
|
|
||||||
|
|
||||||
(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-motif
|
(define-public glicid-motif
|
||||||
(package
|
(package
|
||||||
(name "glicid-motif")
|
(name "glicid-motif")
|
||||||
|
|
|
@ -57,6 +57,34 @@
|
||||||
|
|
||||||
(define-public scalapack-latest scalapack-newer)
|
(define-public scalapack-latest scalapack-newer)
|
||||||
|
|
||||||
|
(define-public openblas-newer-0.3.15
|
||||||
|
(package
|
||||||
|
(inherit openblas)
|
||||||
|
(name "openblas-newer")
|
||||||
|
(version "0.3.15")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(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
|
||||||
|
"1gjbkrsh6n28hdp2ciyjigc8vg764d2r0jbzl63v753mjzn9va9h"))))
|
||||||
|
|
||||||
|
; (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)))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;; scalapack-scivision-newer
|
;; scalapack-scivision-newer
|
||||||
scalapack-newer
|
;;scalapack-newer
|
||||||
;;; glicid/maths.scm ends here
|
;;; glicid/maths.scm ends here
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue