From d975b4fadcbb5f56a21f7a1fd8b141fb6ea69f36 Mon Sep 17 00:00:00 2001 From: Yann Dupont Date: Mon, 29 Nov 2021 19:26:15 +0100 Subject: [PATCH] new upstream --- glicid/packages/maths.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/glicid/packages/maths.scm b/glicid/packages/maths.scm index af59b5e..3674873 100644 --- a/glicid/packages/maths.scm +++ b/glicid/packages/maths.scm @@ -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