File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
run : cmake -S scripts -B scripts/build -DCMAKE_INSTALL_PREFIX=${{ runner.temp }} -DBUILD_SHARED_LIBS:BOOL=${{ matrix.shared }}
122
122
123
123
- name : Build/install HDF5
124
- run : cmake --build scripts/build || cmake --build scripts/build
124
+ run : cmake --build scripts/build --parallel || cmake --build scripts/build --parallel
125
125
# double build to workaround HDF5 build bug--can't find MPI_C first time.
126
126
127
127
- name : configure h5fortran
Original file line number Diff line number Diff line change 73
73
run : cmake -S scripts -B scripts/build -DCMAKE_INSTALL_PREFIX=${{ runner.temp }} -DBUILD_SHARED_LIBS:BOOL=${{ matrix.shared }}
74
74
75
75
- name : Build/install HDF5
76
- run : cmake --build scripts/build --parallel
76
+ run : cmake --build scripts/build --parallel || cmake --build scripts/build --parallel
77
+ # double build to workaround HDF5 build bug--can't find MPI_C first time.
77
78
78
79
- run : cmake -B build -DCMAKE_INSTALL_PREFIX=${{ runner.temp }} -DBUILD_SHARED_LIBS:BOOL=${{ matrix.shared }} -DCMAKE_PREFIX_PATH=${{ runner.temp }}
79
80
- run : cmake --build build --parallel
Original file line number Diff line number Diff line change @@ -2,10 +2,9 @@ name: intel-oneapi
2
2
3
3
env :
4
4
CTEST_PARALLEL_LEVEL : 2
5
- CMAKE_BUILD_TYPE : Release
6
5
CMAKE_GENERATOR : Ninja
7
6
CC : icx
8
- FC : ifort
7
+ FC : ifx
9
8
10
9
on :
11
10
push :
You can’t perform that action at this time.
0 commit comments