Skip to content

Commit

Permalink
drop julia 1.8 and 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich committed Sep 12, 2024
1 parent d30c511 commit 82b9fc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion builder/install-compilers.sh
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 0 additions & 2 deletions builder/install-libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82b9fc2

Please sign in to comment.