Skip to content

Commit 0da6f94

Browse files
committed
fixes
1 parent 66079f6 commit 0da6f94

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/h5bench-hdf5-2.0.0.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ jobs:
8989
cd build-sync
9090
9191
cmake .. \
92-
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
9392
-DH5BENCH_ALL=ON
9493
make -j 2
9594
sudo make install
@@ -107,7 +106,6 @@ jobs:
107106
cd build-async
108107
109108
cmake .. \
110-
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
111109
-DWITH_ASYNC_VOL:BOOL=ON \
112110
-DCMAKE_C_FLAGS="-I$ASYNC_HOME/include -L$ASYNC_HOME/lib" \
113111
-DH5BENCH_ALL=ON

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ if(H5BENCH_OPENPMD)
253253
set(openPMD_USE_ADIOS1 OFF)
254254
set(openPMD_USE_ADIOS2 OFF)
255255
set(openPMD_USE_JSON OFF)
256+
set(openPMD_USE_PYTHON OFF)
256257
set(openPMD_HAVE_PYTHON OFF)
257258
set(openPMD_INSTALL ON)
258259
set(openPMD_BUILD_TESTING OFF)

0 commit comments

Comments
 (0)