Add new release and remove extraneous patches (#14273)
This commit is contained in:
parent
3690bc44bd
commit
2a3bf87484
1 changed files with 3 additions and 2 deletions
|
@ -15,6 +15,7 @@ class NetlibScalapack(CMakePackage):
|
||||||
homepage = "http://www.netlib.org/scalapack/"
|
homepage = "http://www.netlib.org/scalapack/"
|
||||||
url = "http://www.netlib.org/scalapack/scalapack-2.0.2.tgz"
|
url = "http://www.netlib.org/scalapack/scalapack-2.0.2.tgz"
|
||||||
|
|
||||||
|
version('2.1.0', sha256='61d9216cf81d246944720cfce96255878a3f85dec13b9351f1fa0fd6768220a6')
|
||||||
version('2.0.2', sha256='0c74aeae690fe5ee4db7926f49c5d0bb69ce09eea75beb915e00bba07530395c')
|
version('2.0.2', sha256='0c74aeae690fe5ee4db7926f49c5d0bb69ce09eea75beb915e00bba07530395c')
|
||||||
version('2.0.1', sha256='a9b34278d4e10b40cbe084c6d87d09af8845e874250719bfbbc497b2a88bfde1')
|
version('2.0.1', sha256='a9b34278d4e10b40cbe084c6d87d09af8845e874250719bfbbc497b2a88bfde1')
|
||||||
version('2.0.0', sha256='e51fbd9c3ef3a0dbd81385b868e2355900148eea689bf915c5383d72daf73114')
|
version('2.0.0', sha256='e51fbd9c3ef3a0dbd81385b868e2355900148eea689bf915c5383d72daf73114')
|
||||||
|
@ -40,9 +41,9 @@ class NetlibScalapack(CMakePackage):
|
||||||
depends_on('cmake', when='@2.0.0:', type='build')
|
depends_on('cmake', when='@2.0.0:', type='build')
|
||||||
|
|
||||||
# See: https://github.com/Reference-ScaLAPACK/scalapack/issues/9
|
# See: https://github.com/Reference-ScaLAPACK/scalapack/issues/9
|
||||||
patch("cmake_fortran_mangle.patch", when='@2.0.2:')
|
patch("cmake_fortran_mangle.patch", when='@2.0.2:@2.0.99')
|
||||||
# See: https://github.com/Reference-ScaLAPACK/scalapack/pull/10
|
# See: https://github.com/Reference-ScaLAPACK/scalapack/pull/10
|
||||||
patch("mpi2-compatibility.patch", when='@2.0.2:')
|
patch("mpi2-compatibility.patch", when='@2.0.2:@2.0.99')
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def libs(self):
|
def libs(self):
|
||||||
|
|
Loading…
Reference in a new issue