Skip to content

Commit

Permalink
Specify HDF5_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Dec 3, 2024
1 parent 7582152 commit 8ba6438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pip-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
run: |
export PETSC_DIR="$PWD/pip_venv/src/petsc"
export PETSC_ARCH=default
export HDF5_DIR="$PETSC_DIR/$PETSC_ARCH"
export CC=/opt/homebrew/bin/mpicc
export CXX=opt/homebrew/bin/mpicxx
export MPICC="$CC"
Expand Down

0 comments on commit 8ba6438

Please sign in to comment.