We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1ea0b commit 0947162Copy full SHA for 0947162
.github/workflows/ci.yml
@@ -121,8 +121,7 @@ jobs:
121
run: cmake -S scripts -B scripts/build -DCMAKE_INSTALL_PREFIX=${{ runner.temp }} -DBUILD_SHARED_LIBS:BOOL=${{ matrix.shared }}
122
123
- name: Build/install HDF5
124
- run: cmake --build scripts/build --parallel || cmake --build scripts/build --parallel
125
-# double build to workaround HDF5 build bug--can't find MPI_C first time.
+ run: cmake --build scripts/build --parallel
126
127
- name: configure h5fortran
128
run: cmake -B build -DCMAKE_INSTALL_PREFIX=${{ runner.temp }} -DBUILD_SHARED_LIBS:BOOL=${{ matrix.shared }} -DCMAKE_PREFIX_PATH=${{ runner.temp }}
0 commit comments