Skip to content

Commit e24db46

Browse files
committed
GSL CI script update
1 parent 317f8b9 commit e24db46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci-scripts/install-gsl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
name='gsl-2.6'
3+
name='gsl-2.8'
44

55
if (($# != 2)); then
66
echo "usage: $(basename "$0") <prefix> <ntasks>" 1>&2
@@ -15,7 +15,7 @@ mkdir -p "${prefix}"
1515
cd "${prefix}"
1616
prefix=$(pwd -P)
1717
cd "${init_dir}/local/build"
18-
wget http://ftpmirror.gnu.org/gsl/${name}.tar.gz
18+
wget https://mirror.ibcp.fr/pub/gnu/gsl/${name}.tar.gz
1919
tar -xzvf ${name}.tar.gz
2020
mkdir -p ${name}/build
2121
cd ${name}/build

0 commit comments

Comments
 (0)