mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-18 23:37:05 +01:00
build GSL in CI flow
This commit is contained in:
@ -8,7 +8,7 @@ PREFIX=$1
|
||||
|
||||
set -ex
|
||||
mkdir -p local/build
|
||||
for d in nlopt minuit hdf5; do
|
||||
for d in gsl nlopt minuit hdf5; do
|
||||
if [ ! -e local/.built.${d} ]; then
|
||||
./install-${d}.sh ${PREFIX}
|
||||
fi
|
||||
|
Reference in New Issue
Block a user