mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 14:28:59 +08:00
3639676313
* [vcpkg baseline][popsift] Fix vcpkg_find_cuda.cmake path * update version record
23 lines
564 B
JSON
23 lines
564 B
JSON
{
|
|
"name": "popsift",
|
|
"version-string": "0.9",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|