diff options
Diffstat (limited to 'ports/field3d')
| -rw-r--r-- | ports/field3d/CONTROL | 7 | ||||
| -rw-r--r-- | ports/field3d/vcpkg.json | 20 |
2 files changed, 20 insertions, 7 deletions
diff --git a/ports/field3d/CONTROL b/ports/field3d/CONTROL deleted file mode 100644 index d16bd4cb4..000000000 --- a/ports/field3d/CONTROL +++ /dev/null @@ -1,7 +0,0 @@ -Source: field3d -Version: 1.7.3 -Port-Version: 1 -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 -Supports: !(uwp) diff --git a/ports/field3d/vcpkg.json b/ports/field3d/vcpkg.json new file mode 100644 index 000000000..21ca20bdc --- /dev/null +++ b/ports/field3d/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "field3d", + "version-string": "1.7.3", + "port-version": 2, + "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.", + "homepage": "https://github.com/imageworks/Field3D", + "supports": "!uwp", + "dependencies": [ + "boost-foreach", + "boost-format", + "boost-program-options", + "boost-regex", + "boost-system", + "boost-test", + "boost-thread", + "boost-timer", + "hdf5", + "openexr" + ] +} |
