Skip to content

Commit

Permalink
Merge pull request #71 from Chaste/70-petsc-322
Browse files Browse the repository at this point in the history
Build PETSC 3.22
  • Loading branch information
kwabenantim authored Oct 10, 2024
2 parents 0375a66 + aa6d79f commit 1370529
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
build-args: |
BASE=jammy
XSD=4.0.0
XERCESC=3.2.2
SUNDIALS=3.1.2
BOOST=1.67.0
VTK=6.3.0
PETSC=3.12.4
HDF5=1.10.4
XERCESC=3.2.4
SUNDIALS=6.0.0
BOOST=1.78.0
VTK=9.2.0
PETSC=3.22.0
HDF5=1.12.2
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_petsc_hdf5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ if [[ (${petsc_major} -eq 3) && (${petsc_minor} -eq 12) ]]; then # PETSc 3.12.x
fi

# Download and extract PETSc
URL_PETSC=https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-${petsc_version}.tar.gz
URL_PETSC=https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-lite-${petsc_version}.tar.gz
wget -nc ${URL_PETSC}

install_dir=${base_dir}/opt/petsc_hdf5/${petsc_version}_${hdf5_version}
Expand Down

0 comments on commit 1370529

Please sign in to comment.