File tree 1 file changed +2
-2
lines changed
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
40
40
# cython
41
41
wget -c http://cython.org/release/Cython-0.22.zip -O ${tempdir} /Cython-0.22.zip
42
42
# 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
44
44
# LAPACK (required for scipy)
45
45
wget -c http://www.netlib.org/lapack/lapack-3.5.0.tgz -O ${tempdir} /lapack-3.5.0.tgz
46
46
@@ -89,7 +89,7 @@ python2 setup.py install --user
89
89
90
90
# GNU scientific library
91
91
cd ${tempdir}
92
- tar xvzf gsl-latest .tar.gz
92
+ tar xvzf gsl-1.16 .tar.gz
93
93
cd gsl-1.16
94
94
export LDFLAGS=${_OLD_LDFLAGS}
95
95
./configure --prefix=${install_dir}
You can’t perform that action at this time.
0 commit comments