fix numpy http-https link. Closes #323
This commit is contained in:
parent
271e235927
commit
7ee0d6ad64
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import shutil
|
||||||
|
|
||||||
class NumpyRecipe(CythonRecipe):
|
class NumpyRecipe(CythonRecipe):
|
||||||
version = "1.9.1"
|
version = "1.9.1"
|
||||||
url = "http://pypi.python.org/packages/source/n/numpy/numpy-{version}.tar.gz"
|
url = "https://pypi.python.org/packages/source/n/numpy/numpy-{version}.tar.gz"
|
||||||
library = "libnumpy.a"
|
library = "libnumpy.a"
|
||||||
libraries = ["libnpymath.a", "libnpysort.a"]
|
libraries = ["libnpymath.a", "libnpysort.a"]
|
||||||
include_dir = "numpy/core/include"
|
include_dir = "numpy/core/include"
|
||||||
|
|
Loading…
Reference in a new issue