[vcpkg baseline][popsift] Fix vcpkg_find_cuda.cmake path (#17277)

* [vcpkg baseline][popsift] Fix vcpkg_find_cuda.cmake path

* update version record
This commit is contained in:
Jack·Boos·Yu 2021-04-15 04:28:52 +08:00 committed by GitHub
parent f44fb85b34
commit 3639676313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 29 additions and 13 deletions

View File

@ -1,11 +0,0 @@
Source: popsift
Version: 0.9
Port-Version: 0
Description: PopSift is an implementation of the SIFT algorithm in CUDA.
Build-Depends: cuda
Homepage: https://github.com/alicevision/popsift
Supports: !(uwp|arm|arm64|android|x86)
Feature: apps
Description: Application programs for popsift (detection and matching)
Build-Depends: boost-algorithm, boost-program-options, boost-filesystem, boost-system

View File

@ -6,7 +6,7 @@ vcpkg_from_github(
HEAD_REF develop
)
include(${CURRENT_INSTALLED_DIR}/share/vcpkg_find_cuda/vcpkg_find_cuda.cmake)
include(${CURRENT_INSTALLED_DIR}/share/cuda/vcpkg_find_cuda.cmake)
vcpkg_find_cuda(OUT_CUDA_TOOLKIT_ROOT CUDA_TOOLKIT_ROOT)
message(STATUS "CUDA_TOOLKIT_ROOT ${CUDA_TOOLKIT_ROOT}")

22
ports/popsift/vcpkg.json Normal file
View File

@ -0,0 +1,22 @@
{
"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"
]
}
}
}

View File

@ -4830,7 +4830,7 @@
},
"popsift": {
"baseline": "0.9",
"port-version": 0
"port-version": 1
},
"portable-snippets": {
"baseline": "2019-09-20",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "49604b01944c87f8f02ca1fec85a243398d66d5d",
"version-string": "0.9",
"port-version": 1
},
{
"git-tree": "807871ff30d3f2e5f40fbe3ff72dde0254b30c8d",
"version-string": "0.9",