Skip to content

Commit

Permalink
ci: install gfortran when the CUTEst optimization benchmarks are run
Browse files Browse the repository at this point in the history
  • Loading branch information
thazhemadam committed Aug 27, 2024
1 parent 0068a1f commit 5229720
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/build_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ fi
echo "--- :julia: Instantiate"
julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.build()'

if [[ "${1}" == *OptimizationCUTEst* ]]; then
apt update && apt install -y gfortran
fi

if [[ "${1}" == *BayesianInference* ]]; then
export CMDSTAN_HOME="$(pwd)/cmdstan-2.29.2/"
curl -LO https://github.com/stan-dev/cmdstan/releases/download/v2.29.2/cmdstan-2.29.2.tar.gz
Expand Down

0 comments on commit 5229720

Please sign in to comment.