mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:38:59 +08:00
ee9de9fcc4
* [mlpack] Add feature openmp * format manifest * add version stuff * Update ports/mlpack/portfile.cmake * Update versions/m-/mlpack.json
28 lines
708 B
JSON
28 lines
708 B
JSON
{
|
|
"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."
|
|
}
|
|
}
|
|
}
|