Skip to content

Commit

Permalink
Merge pull request #90 from ghammond86/glenn/update-petsc-pflotran-ve…
Browse files Browse the repository at this point in the history
…rsion-numbers

updated to pflotran v5.0.0 and petsc 3.20.0
  • Loading branch information
smolins authored Oct 18, 2023
2 parents b40e1bd + 3a0a28a commit ed9abe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: petsc-install
run: |
git clone https://gitlab.com/petsc/petsc.git --branch main $PETSC_DIR
git clone https://gitlab.com/petsc/petsc.git --branch v3.20.0 $PETSC_DIR
cd $PETSC_DIR
echo "Alquimia >> Configuring petsc"
PETSC_ARCH=$PETSC_ARCH ./configure --with-mpi=1 --with-debugging=1 --with-shared-libraries=1 --download-fblaslapack=1 --with-hdf5-dir=/usr/lib/x86_64-linux-gnu/hdf5/openmpi
Expand All @@ -37,7 +37,7 @@ jobs:
- name: pflotran-install
run: |
git clone https://bitbucket.org/pflotran/pflotran --branch master $PFLOTRAN_DIR
git clone https://bitbucket.org/pflotran/pflotran --branch v5.0.0 $PFLOTRAN_DIR
cd $PFLOTRAN_DIR/src/pflotran
echo "Building libpflotranchem.a"
make libpflotranchem.a
Expand Down

0 comments on commit ed9abe4

Please sign in to comment.