vcpkg/ports/popsift/vcpkg.json
Simone Gasparini 094e58f2b0
[popsift] fix copy tools (#17954)
* [popsift] vcpkg_check_features use FEATURES as required

* [popsift] fix copy tools

* [popsift] update port version to 2

* [popsift] update port version to 2

* [popsift] remove useless variable

* [popsift] formatting

* [popsift] using ${PORT}

* [popsift] update port version to 2
2021-05-21 00:46:25 -07:00

23 lines
564 B
JSON

{
"name": "popsift",
"version-string": "0.9",
"port-version": 2,
"description": "PopSift is an implementation of the SIFT algorithm in CUDA.",
"homepage": "https://github.com/alicevision/popsift",
"supports": "!(uwp | arm | arm64 | android | x86)",
"dependencies": [
"cuda"
],
"features": {
"apps": {
"description": "Application programs for popsift (detection and matching)",
"dependencies": [
"boost-algorithm",
"boost-filesystem",
"boost-program-options",
"boost-system"
]
}
}
}