summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorPiotr Luszczek <luszczek@icl.utk.edu>2021-08-30 09:46:46 -0400
committerGitHub <noreply@github.com>2021-08-30 07:46:46 -0600
commit378543b554a21990b38965674f9f04940feb6e27 (patch)
tree94bd08bce7b5c6dea8743022644212e7e98a0252 /var
parent3cd224afbff86443c5dc75abf236f26f508f90ac (diff)
downloadspack-378543b554a21990b38965674f9f04940feb6e27.tar.gz
spack-378543b554a21990b38965674f9f04940feb6e27.tar.bz2
spack-378543b554a21990b38965674f9f04940feb6e27.tar.xz
spack-378543b554a21990b38965674f9f04940feb6e27.zip
plasma: add version 21.8.29, migrate url (#25688)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/plasma/package.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/plasma/package.py b/var/spack/repos/builtin/packages/plasma/package.py
index 8d192a4a38..7e263dccdb 100644
--- a/var/spack/repos/builtin/packages/plasma/package.py
+++ b/var/spack/repos/builtin/packages/plasma/package.py
@@ -15,12 +15,13 @@ class Plasma(CMakePackage):
solving linear systems of equations, least squares problems, eigenvalue
problems, and singular value problems."""
- homepage = "https://bitbucket.org/icl/plasma/"
- url = "https://bitbucket.org/icl/plasma/downloads/plasma-18.11.0.tar.gz"
- git = "https://bitbucket.org/icl/plasma"
+ homepage = "https://github.com/icl-utk-edu/plasma/"
+ url = "https://github.com/icl-utk-edu/plasma/releases/download/21.8.29/plasma-21.8.29.tar.gz"
+ git = "https://github.com/icl-utk-edu/plasma"
maintainers = ['luszczek']
version("develop", git=git)
+ version('21.8.29', sha256='e0bb4d9143c8540f9f46cbccac9ed0cbea12500a864e6954fce2fe94ea057a10')
version("20.9.20", sha256="2144a77b739f8dd2f0dbe5b64d94cde0e916f55c4eb170facd168c0db7fc7970")
version("19.8.1", sha256="3a5db6eabf91aec782b7f27b17a7f6b8ce2c9d8e648c0e9c0ff5d87277ba4d17")
version("19.8.0", sha256="19a950ade8a7c8d082f372789c9f874274a63217ecff26e33f366402f060f071")
@@ -30,7 +31,7 @@ class Plasma(CMakePackage):
version("18.9.0", sha256="753eae28ea48986a2cc7b8204d6eef646584541e59d42c3c94fa9879116b0774")
version("17.1",
sha256="d4b89f7c3d240a69dfe986284a14471eec4830b9e352ae902ea8861f15573dee",
- url="https://bitbucket.org/icl/plasma/downloads/plasma-17.1.tar.gz")
+ url="https://github.com/icl-utk-edu/plasma/releases/download/17.01/plasma-17.01.tar.gz")
variant("shared", default=True,
description="Build shared library (disables static library)")