diff options
| author | Lily <47812810+wangli28@users.noreply.github.com> | 2019-08-17 04:08:35 +0800 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-08-16 13:08:35 -0700 |
| commit | a3135b7c8679a1f7142cebd2ceccfce4623c5751 (patch) | |
| tree | 630966a26b663ba36e354724b5d40c134a3c89ae /ports/field3d/CONTROL | |
| parent | c176532bd688ddae9895ec265c4be1e94e222cc3 (diff) | |
| download | vcpkg-a3135b7c8679a1f7142cebd2ceccfce4623c5751.tar.gz vcpkg-a3135b7c8679a1f7142cebd2ceccfce4623c5751.zip | |
[field3d] Add new port (#7594)
* [field3d] Add new port
* [field3d] Add new port
Diffstat (limited to 'ports/field3d/CONTROL')
| -rw-r--r-- | ports/field3d/CONTROL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/field3d/CONTROL b/ports/field3d/CONTROL new file mode 100644 index 000000000..487075eb4 --- /dev/null +++ b/ports/field3d/CONTROL @@ -0,0 +1,5 @@ +Source: field3d +Version: 1.7.2 +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 |
