mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
parent
d7e4ae176d
commit
d34ddf9645
@ -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)
|
||||
|
@ -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",
|
||||
|
@ -2874,7 +2874,7 @@
|
||||
},
|
||||
"hdf5": {
|
||||
"baseline": "1.12.2",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"healpix": {
|
||||
"baseline": "1.12.10",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "49bd00fad1be159f72151186015b20bf095f4177",
|
||||
"version": "1.12.2",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "e780ea29b8b6a24227612b42673bc7f1d7a81766",
|
||||
"version": "1.12.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user