Updated homepage URL (#36519)
This commit is contained in:
parent
182ef042ce
commit
0860139c83
7 changed files with 7 additions and 7 deletions
|
@ -26,7 +26,7 @@ class Amdblis(BlisBase):
|
|||
"""
|
||||
|
||||
_name = "amdblis"
|
||||
homepage = "https://developer.amd.com/amd-aocl/blas-library/"
|
||||
homepage = "https://www.amd.com/en/developer/aocl/blis.html"
|
||||
url = "https://github.com/amd/blis/archive/3.0.tar.gz"
|
||||
git = "https://github.com/amd/blis.git"
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ class Amdfftw(FftwBase):
|
|||
"""
|
||||
|
||||
_name = "amdfftw"
|
||||
homepage = "https://developer.amd.com/amd-aocl/fftw/"
|
||||
homepage = "https://www.amd.com/en/developer/aocl/fftw.html"
|
||||
url = "https://github.com/amd/amd-fftw/archive/3.0.tar.gz"
|
||||
git = "https://github.com/amd/amd-fftw.git"
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ class Amdlibflame(LibflameBase):
|
|||
"""
|
||||
|
||||
_name = "amdlibflame"
|
||||
homepage = "https://developer.amd.com/amd-cpu-libraries/blas-library/#libflame"
|
||||
homepage = "https://www.amd.com/en/developer/aocl/blis.html#libflame"
|
||||
url = "https://github.com/amd/libflame/archive/3.0.tar.gz"
|
||||
git = "https://github.com/amd/libflame.git"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ class Amdlibm(SConsPackage):
|
|||
"""
|
||||
|
||||
_name = "amdlibm"
|
||||
homepage = "https://developer.amd.com/amd-aocl/amd-math-library-libm/"
|
||||
homepage = "https://www.amd.com/en/developer/aocl/libm.html"
|
||||
git = "https://github.com/amd/aocl-libm-ose.git"
|
||||
url = "https://github.com/amd/aocl-libm-ose/archive/refs/tags/3.0.tar.gz"
|
||||
maintainers("amd-toolchain-support")
|
||||
|
|
|
@ -25,7 +25,7 @@ class Amdscalapack(ScalapackBase):
|
|||
"""
|
||||
|
||||
_name = "amdscalapack"
|
||||
homepage = "https://developer.amd.com/amd-aocl/scalapack/"
|
||||
homepage = "https://www.amd.com/en/developer/aocl/scalapack.html"
|
||||
git = "https://github.com/amd/scalapack.git"
|
||||
|
||||
maintainers("amd-toolchain-support")
|
||||
|
|
|
@ -29,7 +29,7 @@ class Aocc(Package):
|
|||
|
||||
_name = "aocc"
|
||||
family = "compiler"
|
||||
homepage = "https://developer.amd.com/amd-aocc/"
|
||||
homepage = "https://www.amd.com/en/developer/aocc.html"
|
||||
|
||||
maintainers("amd-toolchain-support")
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ class AoclSparse(CMakePackage):
|
|||
"""
|
||||
|
||||
_name = "aocl-sparse"
|
||||
homepage = "https://developer.amd.com/amd-aocl/aocl-sparse/"
|
||||
homepage = "https://www.amd.com/en/developer/aocl/sparse.html"
|
||||
url = "https://github.com/amd/aocl-sparse/archive/3.0.tar.gz"
|
||||
git = "https://github.com/amd/aocl-sparse.git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue