aboutsummaryrefslogtreecommitdiff
path: root/ports/mlpack/vcpkg.json
blob: 2998ba1f5ce855330a174d7064e3a4e866c89b53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "mlpack",
  "version": "3.4.1",
  "port-version": 2,
  "description": "mlpack is a fast, flexible machine learning library, written in C++, that aims to provide fast, extensible implementations of cutting-edge machine learning algorithms.",
  "homepage": "https://github.com/mlpack/mlpack",
  "supports": "uwp",
  "dependencies": [
    "armadillo",
    "boost-heap",
    "boost-math",
    "boost-program-options",
    "boost-random",
    "boost-serialization",
    "boost-serialization",
    "ensmallen",
    "stb"
  ],
  "features": {
    "openmp": {
      "description": "use OpenMP for parallelization."
    },
    "tools": {
      "description": "Build command-line executables."
    }
  }
}