openblas: http -> https (#13335)
This commit is contained in:
parent
785d5d9ca3
commit
0cfc88c7d7
@ -13,8 +13,8 @@
|
|||||||
class Openblas(MakefilePackage):
|
class Openblas(MakefilePackage):
|
||||||
"""OpenBLAS: An optimized BLAS library"""
|
"""OpenBLAS: An optimized BLAS library"""
|
||||||
|
|
||||||
homepage = 'http://www.openblas.net'
|
homepage = 'https://www.openblas.net'
|
||||||
url = 'http://github.com/xianyi/OpenBLAS/archive/v0.2.19.tar.gz'
|
url = 'https://github.com/xianyi/OpenBLAS/archive/v0.2.19.tar.gz'
|
||||||
git = 'https://github.com/xianyi/OpenBLAS.git'
|
git = 'https://github.com/xianyi/OpenBLAS.git'
|
||||||
|
|
||||||
version('develop', branch='develop')
|
version('develop', branch='develop')
|
||||||
|
Loading…
Reference in New Issue
Block a user