Skip to content

Commit 1ef218e

Browse files
committed
superlu_dist: revert url to download location [and not github] - this way - old ms5sums are valid
And remove oldversions that don't work with cmake build [and are not really supported anyway]
1 parent 547f071 commit 1ef218e

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

  • var/spack/repos/builtin/packages/superlu-dist

var/spack/repos/builtin/packages/superlu-dist/package.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ class SuperluDist(CMakePackage):
3030
nonsymmetric systems of linear equations on high performance machines."""
3131

3232
homepage = "http://crd-legacy.lbl.gov/~xiaoye/SuperLU/"
33-
url = "https://github.com/xiaoyeli/superlu_dist/archive/v6.0.0.tar.gz"
33+
url = "http://crd-legacy.lbl.gov/~xiaoye/SuperLU/superlu_dist_6.0.0.tar.gz"
3434
git = "https://github.com/xiaoyeli/superlu_dist.git"
3535

3636
version('develop', branch='master')
3737
version('xsdk-0.2.0', tag='xsdk-0.2.0')
38-
version('6.0.0', '2e3ce927fa5786470dacbdf8c41afb08')
38+
version('6.0.0', '4e57072c3be26809d271bf1adc15c834')
3939
version('5.4.0', 'e64645c5be352ae2c88327af2cac66e1')
4040
version('5.3.0', '35d5aa8e0a246efaf327988b20106714')
4141
version('5.2.2', 'a685ef7fb7859b24c8c9d5d5f121a8a5')
@@ -44,11 +44,6 @@ class SuperluDist(CMakePackage):
4444
version('5.1.1', '12638c631733a27dcbd87110e9f9cb1e')
4545
version('5.1.0', '6bb86e630bd4bd8650243aed8fd92eb9')
4646
version('5.0.0', '2b53baf1b0ddbd9fcf724992577f0670')
47-
version('4.3', 'ee66c84e37b4f7cc557771ccc3dc43ae')
48-
version('4.2', 'ae9fafae161f775fbac6eba11e530a65')
49-
version('4.1', '4edee38cc29f687bd0c8eb361096a455')
50-
version('4.0', 'c0b98b611df227ae050bc1635c6940e0')
51-
version('3.3', 'f4805659157d93a962500902c219046b')
5247

5348
variant('int64', default=False, description='Build with 64 bit integers')
5449
variant('shared', default=True, description='Build shared libraries')

0 commit comments

Comments
 (0)