2021-05-20 05:05:43 +08:00
|
|
|
{
|
|
|
|
"name": "mlpack",
|
2023-03-20 15:18:03 +08:00
|
|
|
"version": "4.0.1",
|
2022-11-22 01:04:06 +08:00
|
|
|
"description": "mlpack is an intuitive, fast, and flexible header-only C++ machine learning library with bindings to other languages.",
|
2021-05-20 05:05:43 +08:00
|
|
|
"homepage": "https://github.com/mlpack/mlpack",
|
2022-11-22 01:04:06 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2021-12-11 05:51:15 +08:00
|
|
|
"supports": "!uwp",
|
2021-05-20 05:05:43 +08:00
|
|
|
"dependencies": [
|
|
|
|
"armadillo",
|
2022-11-22 01:04:06 +08:00
|
|
|
"cereal",
|
2021-05-20 05:05:43 +08:00
|
|
|
"ensmallen",
|
2021-12-11 05:51:15 +08:00
|
|
|
"stb",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-05-20 05:05:43 +08:00
|
|
|
],
|
|
|
|
"features": {
|
2021-07-17 03:55:36 +08:00
|
|
|
"openmp": {
|
|
|
|
"description": "use OpenMP for parallelization."
|
|
|
|
},
|
2021-05-20 05:05:43 +08:00
|
|
|
"tools": {
|
2021-12-29 07:05:51 +08:00
|
|
|
"description": "Build command-line executables.",
|
|
|
|
"dependencies": [
|
|
|
|
"boost-format"
|
|
|
|
]
|
2021-05-20 05:05:43 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|