Moving official repo and download locations for slate, blaspp, and lapackpp (#35521)
This commit is contained in:
parent
983c68cc30
commit
b711d5a6a4
3 changed files with 6 additions and 6 deletions
|
@ -13,9 +13,9 @@ class Blaspp(CMakePackage, CudaPackage, ROCmPackage):
|
||||||
Innovative Computing Laboratory at the University of Tennessee,
|
Innovative Computing Laboratory at the University of Tennessee,
|
||||||
Knoxville."""
|
Knoxville."""
|
||||||
|
|
||||||
homepage = "https://bitbucket.org/icl/blaspp"
|
homepage = "https://github.com/icl-utk-edu/blaspp"
|
||||||
git = homepage
|
git = homepage
|
||||||
url = "https://bitbucket.org/icl/blaspp/downloads/blaspp-2020.09.00.tar.gz"
|
url = "https://github.com/icl-utk-edu/blaspp/releases/download/v2023.01.00/blaspp-2023.01.00.tar.gz"
|
||||||
maintainers("teonnik", "Sely85", "G-Ragghianti", "mgates3")
|
maintainers("teonnik", "Sely85", "G-Ragghianti", "mgates3")
|
||||||
|
|
||||||
version("master", branch="master")
|
version("master", branch="master")
|
||||||
|
|
|
@ -25,9 +25,9 @@ class Lapackpp(CMakePackage, CudaPackage, ROCmPackage):
|
||||||
by the Innovative Computing Laboratory at the University of Tennessee,
|
by the Innovative Computing Laboratory at the University of Tennessee,
|
||||||
Knoxville."""
|
Knoxville."""
|
||||||
|
|
||||||
homepage = "https://bitbucket.org/icl/lapackpp"
|
homepage = "https://github.com/icl-utk-edu/lapackpp"
|
||||||
git = homepage
|
git = homepage
|
||||||
url = "https://bitbucket.org/icl/lapackpp/downloads/lapackpp-2020.09.00.tar.gz"
|
url = "https://github.com/icl-utk-edu/lapackpp/releases/download/v2023.01.00/lapackpp-2023.01.00.tar.gz"
|
||||||
maintainers("teonnik", "Sely85", "G-Ragghianti", "mgates3")
|
maintainers("teonnik", "Sely85", "G-Ragghianti", "mgates3")
|
||||||
|
|
||||||
version("master", branch="master")
|
version("master", branch="master")
|
||||||
|
|
|
@ -16,8 +16,8 @@ class Slate(CMakePackage, CudaPackage, ROCmPackage):
|
||||||
solvers."""
|
solvers."""
|
||||||
|
|
||||||
homepage = "https://icl.utk.edu/slate/"
|
homepage = "https://icl.utk.edu/slate/"
|
||||||
git = "https://bitbucket.org/icl/slate"
|
git = "https://github.com/icl-utk-edu/slate"
|
||||||
url = "https://bitbucket.org/icl/slate/downloads/slate-2020.10.00.tar.gz"
|
url = "https://github.com/icl-utk-edu/slate/releases/download/v2022.07.00/slate-2022.07.00.tar.gz"
|
||||||
maintainers("G-Ragghianti", "mgates3")
|
maintainers("G-Ragghianti", "mgates3")
|
||||||
|
|
||||||
tags = ["e4s"]
|
tags = ["e4s"]
|
||||||
|
|
Loading…
Reference in a new issue