File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 3030
3131 - name : Install dependencies
3232 run : |
33- brew install openmpi hdf5-mpi adios2 || true
33+ brew install openmpi adios2 || true
34+
35+ # this is a workaround because homebrew's stable is hdf5 2.0.0 and cmake's
36+ # find_package(HDF5) doesn't properly determine HDF5_IS_PARALLEL
37+ # this *should* be fixed in cmake 4.3
38+ - name : Install hdf5 from old formula
39+ run : |
40+ mkdir -p $(brew --repository)/Library/Taps/user/homebrew-repo
41+ curl -o $(brew --repository)/Library/Taps/user/homebrew-repo/hdf5-mpi.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/d03791212a4670e68f21c66939c5d348bc1d4bef/Formula/h/hdf5-mpi.rb
42+ brew install user/repo/hdf5-mpi
3443
3544 - name : Install parthenon_tools
3645 run : |
You can’t perform that action at this time.
0 commit comments