summaryrefslogtreecommitdiffstats
path: root/CMakePresets.json
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-08-22 16:04:20 (GMT)
committerGitHub <noreply@github.com>2023-08-22 16:04:20 (GMT)
commita66ba8ff553e5811530898ab70862e6cd5e85b9c (patch)
treed1bb23c16a0cc76a6b7564aeb0a8057d0b584d62 /CMakePresets.json
parent83ad24852850ef53ae4ee577fb0feaf55de52195 (diff)
downloadhdf5-a66ba8ff553e5811530898ab70862e6cd5e85b9c.zip
hdf5-a66ba8ff553e5811530898ab70862e6cd5e85b9c.tar.gz
hdf5-a66ba8ff553e5811530898ab70862e6cd5e85b9c.tar.bz2
Update presets, examples uncompress, szip cache (#3392)
* Update presets, examples uncompress, szip cache * remove obsolete file * Correct spelling * Update build script to match change in presets
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 ac5c1c0..ee17044 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"
}
},
{
@@ -91,10 +92,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"}
}
},
{
@@ -102,6 +103,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"