early-access version 2853
This commit is contained in:
38
externals/vcpkg/ports/mlpack/vcpkg.json
vendored
Executable file
38
externals/vcpkg/ports/mlpack/vcpkg.json
vendored
Executable file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "mlpack",
|
||||
"version": "3.4.1",
|
||||
"port-version": 5,
|
||||
"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",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"openmp": {
|
||||
"description": "use OpenMP for parallelization."
|
||||
},
|
||||
"tools": {
|
||||
"description": "Build command-line executables.",
|
||||
"dependencies": [
|
||||
"boost-format"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user