diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2020-03-29 03:41:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-28 18:41:08 -0700 |
| commit | b79f7675aaa82eb6c5a96ae764fb1ce379a9d5d6 (patch) | |
| tree | cbc0e7cdf34d0f4deb5a0888a09d45e1d41c5b1e /ports/hdf5/CONTROL | |
| parent | f933c30226de5ed5616f4174eed5c6d192646bda (diff) | |
| download | vcpkg-b79f7675aaa82eb6c5a96ae764fb1ce379a9d5d6.tar.gz vcpkg-b79f7675aaa82eb6c5a96ae764fb1ce379a9d5d6.zip | |
[hdf5] add tools and fortran feature (#9864)
* [hdf5] add tools and fortran feature
* change fortran feature to state requirements
Diffstat (limited to 'ports/hdf5/CONTROL')
| -rw-r--r-- | ports/hdf5/CONTROL | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ports/hdf5/CONTROL b/ports/hdf5/CONTROL index 6a74b2da9..158199126 100644 --- a/ports/hdf5/CONTROL +++ b/ports/hdf5/CONTROL @@ -1,5 +1,5 @@ Source: hdf5 -Version: 1.10.5-10 +Version: 1.10.5-12 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 @@ -12,6 +12,9 @@ Build-Depends: mpi Feature: cpp Description: Builds cpp lib +Feature: tools +Description: Build hdf tools + Feature: szip Description: Build with szip Build-Depends: szip @@ -19,3 +22,8 @@ Build-Depends: szip Feature: zlib Description: Build with zlib Build-Depends: zlib + +Feature: fortran +Description: Build with fortran +Build-Depends: + |
