[hdf5] Fix tools (#27690)

* Remove useless tools

* update
This commit is contained in:
Mengna Li 2022-11-10 02:39:35 +08:00 committed by GitHub
parent d7e4ae176d
commit d34ddf9645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 3 deletions

View File

@ -117,7 +117,10 @@ if("tools" IN_LIST FEATURES)
endif()
if(NOT VCPKG_TARGET_IS_WINDOWS)
list(APPEND HDF5_TOOLS h5cc h5hlcc h5c++ h5hlc++)
list(APPEND HDF5_TOOLS h5cc h5hlcc)
if("cpp" IN_LIST FEATURES)
list(APPEND HDF5_TOOLS h5c++ h5hlc++)
endif()
endif()
if("parallel" IN_LIST FEATURES)

View File

@ -1,7 +1,7 @@
{
"name": "hdf5",
"version": "1.12.2",
"port-version": 2,
"port-version": 3,
"description": "HDF5 is a data model, library, and file format for storing and managing data",
"homepage": "https://www.hdfgroup.org/downloads/hdf5/",
"license": "BSD-3-Clause",

View File

@ -2874,7 +2874,7 @@
},
"hdf5": {
"baseline": "1.12.2",
"port-version": 2
"port-version": 3
},
"healpix": {
"baseline": "1.12.10",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "49bd00fad1be159f72151186015b20bf095f4177",
"version": "1.12.2",
"port-version": 3
},
{
"git-tree": "e780ea29b8b6a24227612b42673bc7f1d7a81766",
"version": "1.12.2",