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

11 lines
172 B
Bash
Executable File

#!/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