From 82b9fc2c64d12c58d17d73b5fab6371d4596d381 Mon Sep 17 00:00:00 2001 From: Tim Gymnich Date: Thu, 12 Sep 2024 13:52:52 +0200 Subject: [PATCH] drop julia 1.8 and 1.9 --- builder/install-compilers.sh | 2 +- builder/install-libraries.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/builder/install-compilers.sh b/builder/install-compilers.sh index e1f8988..3bbe12d 100755 --- a/builder/install-compilers.sh +++ b/builder/install-compilers.sh @@ -1,6 +1,6 @@ #!/bin/bash -/app/infra/bin/ce_install --filter-match-any install "compilers/c++/clang 15.0.0" "compilers/c++/clang 16.0.0" "compilers/c++/clang 17.0.1" "compilers/c++/clang 18.1.0" "compilers/c++/mlir 16.0.0" "compilers/julia 1.8.5" "compilers/julia 1.9.3" "compilers/julia 1.10.0" +/app/infra/bin/ce_install --filter-match-any install "compilers/c++/clang 15.0.0" "compilers/c++/clang 16.0.0" "compilers/c++/clang 17.0.1" "compilers/c++/clang 18.1.0" "compilers/c++/mlir 16.0.0" "compilers/julia 1.10.0" /app/infra/bin/ce_install --enable nightly install "compilers/c++/nightly/clang assertions-trunk" diff --git a/builder/install-libraries.sh b/builder/install-libraries.sh index efeb615..c0f5c29 100755 --- a/builder/install-libraries.sh +++ b/builder/install-libraries.sh @@ -3,8 +3,6 @@ /app/infra/bin/ce_install --filter-match-any install "libraries/c++/boost 1.82.0" "libraries/c++/nlohmann_json 3.11.1" "libraries/c++/eigen 3.4.0" export JULIA_DEPOT_PATH="/opt/compiler-explorer/juliapackages" -/opt/compiler-explorer/julia-1.8.5/bin/julia -e 'using Pkg; Pkg.add("Enzyme")' -/opt/compiler-explorer/julia-1.9.3/bin/julia -e 'using Pkg; Pkg.add("Enzyme")' /opt/compiler-explorer/julia-1.10.0/bin/julia -e 'using Pkg; Pkg.add("Enzyme")' curl -O https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.19.4.tar.gz