mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 11:09:07 +08:00
36c0baf755
* [mlpack] fix supports * Update ports/mlpack/portfile.cmake * fix typo * version Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
36 lines
838 B
JSON
36 lines
838 B
JSON
{
|
|
"name": "mlpack",
|
|
"version": "3.4.1",
|
|
"port-version": 3,
|
|
"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."
|
|
}
|
|
}
|
|
}
|