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 5408dadCopy full SHA for 5408dad
src/vmecpp/cpp/third_party/hdf5/BUILD.bazel
@@ -13,7 +13,12 @@ cmake(
13
"HDF5_BUILD_CPP_LIB": "ON",
14
# enable ZLIB support, since this is a hard requirement by NetCDF4
15
"HDF5_ENABLE_Z_LIB_SUPPORT" : "ON",
16
+ # disable SZIP support, since this might not be available on all systems
17
+ # and is not needed for our use case
18
"HDF5_ENABLE_SZIP_SUPPORT" : "OFF",
19
+ "HDF5_ENABLE_SZIP_ENCODING" : "OFF",
20
+ "SZIP_INCLUDE_DIR": "IGNORE_THIS_PATH",
21
+ "SZIP_LIBRARY": "IGNORE_THIS_PATH",
22
"BUILD_TESTING": "OFF",
23
"HDF5_BUILD_TOOLS": "OFF",
24
},
0 commit comments