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 6b63d47 commit e7b144bCopy full SHA for e7b144b
src/vmecpp/cpp/third_party/hdf5/BUILD.bazel
@@ -14,6 +14,10 @@ cmake(
14
# enable ZLIB support, since this is a hard requirement by NetCDF4
15
"HDF5_ENABLE_Z_LIB_SUPPORT" : "ON",
16
"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",
21
"BUILD_TESTING": "OFF",
22
"HDF5_BUILD_TOOLS": "OFF",
23
},
0 commit comments