1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-09-20 05:25:37 +01:00
LatAnalyze/ci-scripts/install-deps.sh

11 lines
172 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -ex
mkdir -p local/build
for d in nlopt minuit hdf5; do
if [ ! -e local/.built.${d} ]; then
./install-${d}.sh
fi
done
./install-latcore.sh