2021-05-20 05:05:43 +08:00
{
"name" : "mlpack" ,
"version" : "3.4.1" ,
2021-12-29 07:05:51 +08:00
"port-version" : 5 ,
2021-05-20 05:05:43 +08:00
"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" ,
2021-12-11 05:51:15 +08:00
"supports" : "!uwp" ,
2021-05-20 05:05:43 +08:00
"dependencies" : [
"armadillo" ,
"boost-heap" ,
"boost-math" ,
"boost-program-options" ,
"boost-random" ,
"boost-serialization" ,
"boost-serialization" ,
"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
}
}
}