early-access version 2853
This commit is contained in:
22
externals/vcpkg/ports/popsift/vcpkg.json
vendored
Executable file
22
externals/vcpkg/ports/popsift/vcpkg.json
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "popsift",
|
||||
"version": "0.9",
|
||||
"port-version": 3,
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user