mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 15:39:07 +08:00
34edf6c569
* [HDF5] Correct SZIP linkage, modernize portfile and make szip and zlib features instead of hard dependencies. * fix the features variable
21 lines
448 B
Plaintext
21 lines
448 B
Plaintext
Source: hdf5
|
|
Version: 1.10.5-9
|
|
Homepage: https://www.hdfgroup.org/downloads/hdf5/
|
|
Description: HDF5 is a data model, library, and file format for storing and managing data
|
|
Default-Features: szip, zlib
|
|
|
|
Feature: parallel
|
|
Description: parallel support for HDF5
|
|
Build-Depends: mpi
|
|
|
|
Feature: cpp
|
|
Description: Builds cpp lib
|
|
|
|
Feature: szip
|
|
Description: Build with szip
|
|
Build-Depends: szip
|
|
|
|
Feature: zlib
|
|
Description: Build with zlib
|
|
Build-Depends: zlib
|