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
(inherit scalapack)
(name "scalapack-newer")
(version "2.1.0-upstrean") ;; need this for compilation > gcc 9
(name "scalapack-scivision-newer")
(version "2.1.0.29-upstream") ;; need this for compilation > gcc 9
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Reference-ScaLAPACK/scalapack.git")
(commit "3f898b5f1225c9eee271ae6ac6c351ef84f860af")
(url "https://github.com/scivision/scalapack.git")
(commit "dac3cb9eaad9593a2cc7478f5f4ed63437b0993d")
))
(sha256
(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