mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 01:29:01 +08:00
99987d007a
* hdf5 threadsafe support fixes #17260 * baseline + sha
35 lines
670 B
Plaintext
35 lines
670 B
Plaintext
Source: hdf5
|
|
Version: 1.12.0
|
|
Port-Version: 1
|
|
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
|
|
Supports: !uwp
|
|
|
|
Feature: parallel
|
|
Description: parallel support for HDF5
|
|
Build-Depends: mpi
|
|
|
|
Feature: cpp
|
|
Description: Builds cpp lib
|
|
|
|
Feature: tools
|
|
Description: Build hdf tools
|
|
|
|
Feature: szip
|
|
Description: Build with szip
|
|
Build-Depends: szip
|
|
|
|
Feature: zlib
|
|
Description: Build with zlib
|
|
Build-Depends: zlib
|
|
|
|
Feature: fortran
|
|
Description: Build with fortran
|
|
Build-Depends:
|
|
|
|
Feature: threadsafe
|
|
Description: thread safety for HDF5
|
|
Build-Depends: pthreads
|
|
|