mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
new upstream
This commit is contained in:
parent
3940989ffe
commit
d975b4fadc
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue