Updated homepage URL (#36519)

This commit is contained in:
vijay kallesh 2023-04-03 23:51:13 +05:30 committed by GitHub
parent 182ef042ce
commit 0860139c83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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