File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ wget -c https://github.com/scipy/scipy/archive/v0.16.0b2.tar.gz -O ${tempdir}/sc
4040# cython
4141wget -c http://cython.org/release/Cython-0.22.zip -O ${tempdir} /Cython-0.22.zip
4242# GNU scientific library
43- wget -c http://gnu.mirror.vexxhost.com/gsl/gsl-latest. tar.gz -O ${tempdir} /gsl-latest .tar.gz
43+ wget -c http://gnu.mirror.vexxhost.com/gsl/gsl-1.16. tar.gz -O ${tempdir} /gsl-1.16 .tar.gz
4444# LAPACK (required for scipy)
4545wget -c http://www.netlib.org/lapack/lapack-3.5.0.tgz -O ${tempdir} /lapack-3.5.0.tgz
4646
@@ -89,7 +89,7 @@ python2 setup.py install --user
8989
9090# GNU scientific library
9191cd ${tempdir}
92- tar xvzf gsl-latest .tar.gz
92+ tar xvzf gsl-1.16 .tar.gz
9393cd gsl-1.16
9494export LDFLAGS=${_OLD_LDFLAGS}
9595./configure --prefix=${install_dir}
You can’t perform that action at this time.
0 commit comments