Moving official repo and download locations for slate, blaspp, and lapackpp (#35521)

This commit is contained in:
G-Ragghianti 2023-02-17 12:58:48 -05:00 committed by GitHub
parent 983c68cc30
commit b711d5a6a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -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")

View file

@ -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")

View file

@ -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"]