Skip to content

Commit

Permalink
Follow redirects when downloading APPLgrid
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jul 5, 2024
1 parent 46c6327 commit 258eb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintainer/pineappl-ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ldconfig
cd ..

# install APPLgrid
curl "https://applgrid.hepforge.org/downloads?f=applgrid-${APPLGRID_V}.tgz" | tar xzf -
curl -L "https://applgrid.hepforge.org/downloads?f=applgrid-${APPLGRID_V}.tgz" | tar xzf -
cd applgrid-${APPLGRID_V}
# compile static libraries with PIC to make statically linking PineAPPL's CLI work
./configure --without-root --with-pic=yes
Expand Down

0 comments on commit 258eb0b

Please sign in to comment.