netlib-scalapack: add git attribute and master version (#41537)
This commit is contained in:
parent
cd88eb1ed0
commit
ce09642922
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user