mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:59:08 +08:00
094e58f2b0
* [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
23 lines
564 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|