]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/popsift/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / popsift / vcpkg.json
CommitLineData
1e59de90
TL
1{
2 "name": "popsift",
3 "version-string": "0.9",
4 "port-version": 1,
5 "description": "PopSift is an implementation of the SIFT algorithm in CUDA.",
6 "homepage": "https://github.com/alicevision/popsift",
7 "supports": "!(uwp | arm | arm64 | android | x86)",
8 "dependencies": [
9 "cuda"
10 ],
11 "features": {
12 "apps": {
13 "description": "Application programs for popsift (detection and matching)",
14 "dependencies": [
15 "boost-algorithm",
16 "boost-filesystem",
17 "boost-program-options",
18 "boost-system"
19 ]
20 }
21 }
22}