We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gfortran
1 parent e1e5aef commit de11c89Copy full SHA for de11c89
.buildkite/build_benchmark.sh
@@ -18,6 +18,10 @@ fi
18
echo "--- :julia: Instantiate"
19
julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.build()'
20
21
+if [[ "${1}" == *OptimizationCUTEst* ]]; then
22
+ apt update && apt install -y gfortran
23
+fi
24
+
25
if [[ "${1}" == *BayesianInference* ]]; then
26
export CMDSTAN_HOME="$(pwd)/cmdstan-2.29.2/"
27
curl -LO https://github.com/stan-dev/cmdstan/releases/download/v2.29.2/cmdstan-2.29.2.tar.gz
0 commit comments