openblas: Use more stable URL as source (#35428)

This commit is contained in:
Mosè Giordano 2023-02-16 17:02:59 +00:00 committed by GitHub
parent 832c435588
commit b2e6da36ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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