3535 -DopenPMD_USE_MPI=OFF \
3636 -DopenPMD_USE_HDF5=ON \
3737 -DopenPMD_USE_INVASIVE_TESTS=ON \
38- -DopenPMD_USE_FILESYSTEM_HEADER=OFF \
3938 -DCMAKE_VERBOSE_MAKEFILE=ON
4039 cmake --build build --parallel 4
4140 cd build
@@ -267,10 +266,11 @@ jobs:
267266 env : {CXXFLAGS: -Werror, PKG_CONFIG_PATH: /usr/lib/x86_64-linux-gnu/pkgconfig}
268267 run : |
269268 share/openPMD/download_samples.sh build
270- cmake -S . -B build \
271- -DopenPMD_USE_PYTHON=ON \
272- -DopenPMD_USE_MPI=ON \
273- -DopenPMD_USE_HDF5=ON \
269+ cmake -S . -B build \
270+ -DopenPMD_USE_PYTHON=ON \
271+ -DopenPMD_USE_MPI=ON \
272+ -DopenPMD_USE_HDF5=ON \
273+ -DopenPMD_USE_FILESYSTEM_HEADER=ON \
274274 -DopenPMD_USE_INVASIVE_TESTS=ON
275275 cmake --build build --parallel 4
276276 ctest --test-dir build --output-on-failure
@@ -291,11 +291,12 @@ jobs:
291291 env : {CXXFLAGS: -Werror}
292292 run : |
293293 share/openPMD/download_samples.sh build
294- cmake -S . -B build \
295- -DopenPMD_USE_PYTHON=ON \
296- -DopenPMD_USE_MPI=OFF \
297- -DopenPMD_USE_HDF5=ON \
298- -DopenPMD_USE_INVASIVE_TESTS=ON \
294+ cmake -S . -B build \
295+ -DopenPMD_USE_PYTHON=ON \
296+ -DopenPMD_USE_MPI=OFF \
297+ -DopenPMD_USE_HDF5=ON \
298+ -DopenPMD_USE_INVASIVE_TESTS=ON \
299+ -DopenPMD_USE_FILESYSTEM_HEADER=ON \
299300 -DPython_EXECUTABLE=$(which python3.10)
300301 cmake --build build --parallel 4
301302 ctest --test-dir build --output-on-failure
@@ -318,13 +319,14 @@ jobs:
318319 env : {CXXFLAGS: -Werror}
319320 run : |
320321 share/openPMD/download_samples.sh build
321- cmake -S . -B build \
322+ cmake -S . -B build \
322323 -DCMAKE_CXX_FLAGS="-Wno-error=stringop-overread" \
323- -DCMAKE_C_FLAGS="-Wno-error=stringop-overread" \
324- -DopenPMD_USE_PYTHON=ON \
325- -DopenPMD_USE_MPI=ON \
326- -DopenPMD_USE_HDF5=ON \
327- -DopenPMD_USE_ADIOS2=ON \
324+ -DCMAKE_C_FLAGS="-Wno-error=stringop-overread" \
325+ -DopenPMD_USE_PYTHON=ON \
326+ -DopenPMD_USE_MPI=ON \
327+ -DopenPMD_USE_HDF5=ON \
328+ -DopenPMD_USE_ADIOS2=ON \
329+ -DopenPMD_USE_FILESYSTEM_HEADER=ON \
328330 -DopenPMD_USE_INVASIVE_TESTS=ON
329331 cmake --build build --parallel 4
330332 ctest --test-dir build --output-on-failure
0 commit comments