Skip to content

Commit

Permalink
Clone numpy over https
Browse files Browse the repository at this point in the history
  • Loading branch information
crowsonkb authored and Chris Fonnesbeck committed Mar 25, 2015
1 parent 68843a7 commit 9dd3e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_superpack.sh
Expand Up @@ -47,7 +47,7 @@ export BLAS=/usr/local/opt/openblas/lib/libopenblas.a
export LAPACK=/usr/local/opt/openblas/lib/libopenblas.a

# Build from cloned repo to avoid SciPy build issue
git clone git@github.com:numpy/numpy.git numpy_temp
git clone https://github.com/numpy/numpy.git numpy_temp
cd numpy_temp
python setupegg.py bdist_egg
easy_install dist/*egg
Expand Down

0 comments on commit 9dd3e5b

Please sign in to comment.