aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ltla-cppirlba/vcpkg.json
blob: 484b00d28a4e1f480516dd2144118cb6ff81454f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "ltla-cppirlba",
  "version": "2.0.2",
  "description": "A C++ port of the IRLBA algorithm, based on the C code in the R package.",
  "homepage": "https://github.com/LTLA/CppIrlba",
  "license": "MIT",
  "dependencies": [
    "eigen3",
    "ltla-aarand",
    "ltla-subpar",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}