openblas: Use more stable URL as source (#35428)
This commit is contained in:
parent
832c435588
commit
b2e6da36ef
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Openblas(MakefilePackage):
|
|||
"""OpenBLAS: An optimized BLAS library"""
|
||||
|
||||
homepage = "https://www.openblas.net"
|
||||
url = "https://github.com/xianyi/OpenBLAS/archive/v0.2.19.tar.gz"
|
||||
url = "https://github.com/xianyi/OpenBLAS/releases/download/v0.2.19/OpenBLAS-0.2.19.tar.gz"
|
||||
git = "https://github.com/xianyi/OpenBLAS.git"
|
||||
|
||||
libraries = ["libopenblas"]
|
||||
|
|
Loading…
Reference in a new issue