new upstream

This commit is contained in:
Yann Dupont 2021-11-29 19:26:15 +01:00
parent 3940989ffe
commit d975b4fadc

View file

@ -10,17 +10,17 @@
;;;;;;;; ;;;;;;;;
(define-public scalapack-newer (define-public scalapack-scivision-newer
(package (package
(inherit scalapack) (inherit scalapack)
(name "scalapack-newer") (name "scalapack-scivision-newer")
(version "2.1.0-upstrean") ;; need this for compilation > gcc 9 (version "2.1.0.29-upstream") ;; need this for compilation > gcc 9
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/Reference-ScaLAPACK/scalapack.git") (url "https://github.com/scivision/scalapack.git")
(commit "3f898b5f1225c9eee271ae6ac6c351ef84f860af") (commit "dac3cb9eaad9593a2cc7478f5f4ed63437b0993d")
)) ))
(sha256 (sha256
(base32 (base32
@ -29,8 +29,8 @@
) )
) )
(define-public scalapack-latest scalapack-newer) (define-public scalapack-latest scalapack-scivision-newer)
;; scalapack-newer ;; scalapack-scivision-newer
;;; glicid/maths.scm ends here ;;; glicid/maths.scm ends here