Skip to content

Commit

Permalink
Update install-libraries.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Aug 15, 2023
1 parent e9358d7 commit 67331b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builder/install-libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@

export JULIA_DEPOT_PATH="/opt/compiler-explorer/juliapackages"
/opt/compiler-explorer/julia-1.8.5/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
tar xf petsc-3.19.4.tar.gz -C /opt/compiler-explorer/libs/
rm -r petsc-3.19.4.tar.gz

0 comments on commit 67331b4

Please sign in to comment.