Skip to content

Commit de11c89

Browse files
thazhemadamChrisRackauckas
authored andcommitted
ci: install gfortran when the CUTEst optimization benchmarks are run
1 parent e1e5aef commit de11c89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.buildkite/build_benchmark.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ fi
1818
echo "--- :julia: Instantiate"
1919
julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.build()'
2020

21+
if [[ "${1}" == *OptimizationCUTEst* ]]; then
22+
apt update && apt install -y gfortran
23+
fi
24+
2125
if [[ "${1}" == *BayesianInference* ]]; then
2226
export CMDSTAN_HOME="$(pwd)/cmdstan-2.29.2/"
2327
curl -LO https://github.com/stan-dev/cmdstan/releases/download/v2.29.2/cmdstan-2.29.2.tar.gz

0 commit comments

Comments
 (0)