diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2020-06-23 21:58:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-23 12:58:50 -0700 |
| commit | 23eadeaedcff93c3d8bfed4835990a9effc098d5 (patch) | |
| tree | 87110bb3cac2b3a8462ef89f5aed7b791e403a6f /ports/field3d/CONTROL | |
| parent | 6f33316686fc8f2cf4eddbe44b9515836c94f6aa (diff) | |
| download | vcpkg-23eadeaedcff93c3d8bfed4835990a9effc098d5.tar.gz vcpkg-23eadeaedcff93c3d8bfed4835990a9effc098d5.zip | |
[hdf5] Update HDF5 to 1.12 (#11747)
* [hdf5] Update HDF5 to 1.12 and use github live-clones instead of binary download
* [hdf5] bump control
* [hdf5] fix szip and typo about linkage
* [hdf5] add missing package namespace.... they somehow missed to set it?
* [hdf5] retry without "
* [field3d] fix regression and update. Remove windows as unsupported since the cmakelists tries to support windows
* fix typo
* remove ws
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* linebreak first patch
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* ws change
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [field3d] update copying installation
* [hdf5] use official github repo
* clean baseline
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/field3d/CONTROL')
| -rw-r--r-- | ports/field3d/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/field3d/CONTROL b/ports/field3d/CONTROL index c65ac02c5..965ad7477 100644 --- a/ports/field3d/CONTROL +++ b/ports/field3d/CONTROL @@ -1,6 +1,6 @@ Source: field3d -Version: 1.7.2 +Version: 1.7.3 Homepage: https://github.com/imageworks/Field3D Description: An open source library for storing voxel data. It provides C++ classes that handle in-memory storage and a file format based on HDF5 that allows the C++ objects to be written to and read from disk. -Build-Depends: hdf5, boost-regex, boost-thread, boost-program-options, boost-system, openexr, boost-foreach, boost-test, boost-timer, boost-format +Build-Depends: hdf5[core], boost-regex, boost-thread, boost-program-options, boost-system, openexr, boost-foreach, boost-test, boost-timer, boost-format Supports: !(windows|arm|uwp)
\ No newline at end of file |
