aboutsummaryrefslogtreecommitdiff
path: root/ports/popsift/vcpkg.json
blob: aed5386b8f9e50089bacd8c78b6ae24d38adc1b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "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"
      ]
    }
  }
}