Skip to content

Commit e7b144b

Browse files
committed
Disable SZIP support in HDF5: not needed here
1 parent 6b63d47 commit e7b144b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/vmecpp/cpp/third_party/hdf5/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ cmake(
1414
# enable ZLIB support, since this is a hard requirement by NetCDF4
1515
"HDF5_ENABLE_Z_LIB_SUPPORT" : "ON",
1616
"HDF5_ENABLE_SZIP_SUPPORT" : "OFF",
17+
# disable SZIP support, since this might not be available on all systems
18+
# and is not needed for our use case
19+
"HDF5_ENABLE_SZIP_SUPPORT": "OFF",
20+
"HDF5_ENABLE_SZIP_ENCODING" : "OFF",
1721
"BUILD_TESTING": "OFF",
1822
"HDF5_BUILD_TOOLS": "OFF",
1923
},

0 commit comments

Comments
 (0)