summaryrefslogtreecommitdiffstats
path: root/CMakePresets.json
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-08-18 21:01:15 (GMT)
committerGitHub <noreply@github.com>2023-08-18 21:01:15 (GMT)
commitffde055be2995ea62ee5ccbcb9c3a838b1fed229 (patch)
treeb1803c5327da01f286cb217437cb48801ad5c21c /CMakePresets.json
parent81830c1dedf6a1fb606232a3bb369cbdef65508d (diff)
downloadhdf5-ffde055be2995ea62ee5ccbcb9c3a838b1fed229.zip
hdf5-ffde055be2995ea62ee5ccbcb9c3a838b1fed229.tar.gz
hdf5-ffde055be2995ea62ee5ccbcb9c3a838b1fed229.tar.bz2
Update presets, examples uncompress, szip cache (#3391)
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index 03bad0a..dcb6ff5 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -34,7 +34,8 @@
"cacheVariables": {
"HDF5_PACKAGE_EXTLIBS": "ON",
"ZLIB_USE_LOCALCONTENT": "OFF",
- "LIBAEC_USE_LOCALCONTENT": "OFF"
+ "LIBAEC_USE_LOCALCONTENT": "OFF",
+ "HDF5_ENABLE_SZIP_SUPPORT": "ON"
}
},
{
@@ -86,10 +87,10 @@
"name": "ci-ExamplesVars",
"hidden": true,
"cacheVariables": {
- "HDF5_EXAMPLES_COMPRESSED": {"type": "STRING", "value": "hdf5-examples-2.0.3.tar.gz"},
+ "HDF5_EXAMPLES_COMPRESSED": {"type": "STRING", "value": "hdf5-examples-2.0.4.tar.gz"},
"HDF5_EXAMPLES_COMPRESSED_DIR": {"type": "STRING", "value": "${sourceParentDir}/temp"},
"EXAMPLES_TGZ_ORIGPATH": {"type": "STRING", "value": "https://github.com/HDFGroup/hdf5-examples/archive/refs/tags/"},
- "EXAMPLES_TGZ_ORIGNAME": {"type": "STRING", "value": "2.0.3.tar.gz"}
+ "EXAMPLES_TGZ_ORIGNAME": {"type": "STRING", "value": "2.0.4.tar.gz"}
}
},
{
@@ -97,6 +98,7 @@
"hidden": true,
"inherits": ["ci-base", "ci-ExamplesVars", "ci-base-tgz"],
"cacheVariables": {
+ "EXAMPLES_USE_RELEASE_NAME": "ON",
"EXAMPLES_USE_LOCALCONTENT": "OFF",
"HDF5_PACK_EXAMPLES": "ON",
"EXAMPLES_DOWNLOAD": "ON"