Skip to content

Commit

Permalink
Update setup_packages.jl
Browse files Browse the repository at this point in the history
Latest release of PETSc_jll (works on 1.10 as well)
  • Loading branch information
boriskaus committed Jan 24, 2024
1 parent 75d85e3 commit 74d4546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup_packages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Add PETSc
using Pkg
Pkg.add(name="PETSc_jll", version="3.18.6")
Pkg.add(name="PETSc_jll", version="3.18.8")

# Copy the relevant directories over
using PETSc_jll
Expand Down

0 comments on commit 74d4546

Please sign in to comment.