other upstream

This commit is contained in:
Yann Dupont 2021-11-29 19:40:40 +01:00
parent d975b4fadc
commit a273f212a3

View file

@ -10,27 +10,34 @@
;;;;;;;; ;;;;;;;;
(define-public scalapack-scivision-newer ;(define-public scalapack-scivision-newer
(define-public scalapack-newer
(package (package
(inherit scalapack) (inherit scalapack)
(name "scalapack-scivision-newer") (name "scalapack-newer")
(version "2.1.0.29-upstream") ;; need this for compilation > gcc 9 ; (version "2.1.0.29-upstream") ;; need this for compilation > gcc 9
(version "2.1.0-new-upstream")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/scivision/scalapack.git") ; (url "https://github.com/scivision/scalapack.git")
(commit "dac3cb9eaad9593a2cc7478f5f4ed63437b0993d") (url "https://github.com/OpenCMISS-Dependencies/newscalapack.git")
; (commit "dac3cb9eaad9593a2cc7478f5f4ed63437b0993d")
(commit "ea5d20668a6b8bbee645b7ffe44623c623969d33")
)) ))
(sha256 (sha256
(base32 (base32
"02q791g1sfic4k3ih31z07pnzhld09wyq524bicx6jx1aw8s7k4b")))) "02q791g1sfic4k3ih31z07pnzhld09wyq524bicx6jx1aw8s7k4b"
))))
) )
) )
(define-public scalapack-latest scalapack-scivision-newer) (define-public scalapack-latest scalapack-newer)
;; scalapack-scivision-newer ;; scalapack-scivision-newer
;scalapack-newer
;;; glicid/maths.scm ends here ;;; glicid/maths.scm ends here