From 378543b554a21990b38965674f9f04940feb6e27 Mon Sep 17 00:00:00 2001 From: Piotr Luszczek Date: Mon, 30 Aug 2021 09:46:46 -0400 Subject: plasma: add version 21.8.29, migrate url (#25688) --- var/spack/repos/builtin/packages/plasma/package.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'var') 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)") -- cgit v1.2.3-70-g09d2