Skip to content

Commit 9b3d282

Browse files
committed
Switched the GSL link to something more permanent.
1 parent 8480f3f commit 9b3d282

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helper_scripts/install_faststructure.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ wget -c https://github.com/scipy/scipy/archive/v0.16.0b2.tar.gz -O ${tempdir}/sc
4040
# cython
4141
wget -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)
4545
wget -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
9191
cd ${tempdir}
92-
tar xvzf gsl-latest.tar.gz
92+
tar xvzf gsl-1.16.tar.gz
9393
cd gsl-1.16
9494
export LDFLAGS=${_OLD_LDFLAGS}
9595
./configure --prefix=${install_dir}

0 commit comments

Comments
 (0)