diff options
Diffstat (limited to 'vcpkg/ports/popsift/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/popsift/vcpkg.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/vcpkg/ports/popsift/vcpkg.json b/vcpkg/ports/popsift/vcpkg.json new file mode 100644 index 0000000..ff4af93 --- /dev/null +++ b/vcpkg/ports/popsift/vcpkg.json @@ -0,0 +1,31 @@ +{ + "name": "popsift", + "version": "0.10.0", + "description": "PopSift is an implementation of the SIFT algorithm in CUDA.", + "homepage": "https://github.com/alicevision/popsift", + "documentation": "https://popsift.readthedocs.io/", + "license": "MPL-2.0", + "supports": "!(uwp | arm | arm64 | android | x86)", + "dependencies": [ + "cuda", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "apps": { + "description": "Application programs for popsift (detection and matching)", + "dependencies": [ + "boost-algorithm", + "boost-filesystem", + "boost-program-options", + "boost-system" + ] + } + } +} |