mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:02:15 +08:00
888191cd88
* update mlpack * update version * update mlpack * update version * update mlpack * update version * update mlpack * update version * update format * update version * update license * update version * update mlpack * update version * update patch * update version * update patch * update version * update patch * update version Co-authored-by: Monica <v-liumonica@microsoft.com>
34 lines
727 B
JSON
34 lines
727 B
JSON
{
|
|
"name": "mlpack",
|
|
"version": "4.0.0",
|
|
"description": "mlpack is an intuitive, fast, and flexible header-only C++ machine learning library with bindings to other languages.",
|
|
"homepage": "https://github.com/mlpack/mlpack",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"armadillo",
|
|
"cereal",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|