We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gfortran
1 parent dd380fb commit 2e9854aCopy full SHA for 2e9854a
.buildkite/build_benchmark.sh
@@ -18,10 +18,6 @@ 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