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