diff options
author | Rocco Meli <r.meli@bluemail.ch> | 2023-12-11 11:38:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-11 03:38:28 -0700 |
commit | ce09642922f27e60dc47247a12f6455bd5aeb9b8 (patch) | |
tree | 74adb0c678c17ebd988c350370583320817b7406 | |
parent | cd88eb1ed0bcc5e38773eafd9ef7ad2de9150218 (diff) | |
download | spack-ce09642922f27e60dc47247a12f6455bd5aeb9b8.tar.gz spack-ce09642922f27e60dc47247a12f6455bd5aeb9b8.tar.bz2 spack-ce09642922f27e60dc47247a12f6455bd5aeb9b8.tar.xz spack-ce09642922f27e60dc47247a12f6455bd5aeb9b8.zip |
netlib-scalapack: add git attribute and master version (#41537)
-rw-r--r-- | var/spack/repos/builtin/packages/netlib-scalapack/package.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/netlib-scalapack/package.py b/var/spack/repos/builtin/packages/netlib-scalapack/package.py index eeb1ea0a97..d9c4692d0a 100644 --- a/var/spack/repos/builtin/packages/netlib-scalapack/package.py +++ b/var/spack/repos/builtin/packages/netlib-scalapack/package.py @@ -108,6 +108,7 @@ class NetlibScalapack(ScalapackBase): homepage = "https://www.netlib.org/scalapack/" url = "https://www.netlib.org/scalapack/scalapack-2.0.2.tgz" + git = "https://github.com/Reference-ScaLAPACK/scalapack" tags = ["e4s"] version("2.2.0", sha256="40b9406c20735a9a3009d863318cb8d3e496fb073d201c5463df810e01ab2a57") @@ -115,5 +116,6 @@ class NetlibScalapack(ScalapackBase): version("2.0.2", sha256="0c74aeae690fe5ee4db7926f49c5d0bb69ce09eea75beb915e00bba07530395c") version("2.0.1", sha256="a9b34278d4e10b40cbe084c6d87d09af8845e874250719bfbbc497b2a88bfde1") version("2.0.0", sha256="e51fbd9c3ef3a0dbd81385b868e2355900148eea689bf915c5383d72daf73114") + version("master", branch="master") # versions before 2.0.0 are not using cmake and requires blacs as # a separated package |