mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:09:07 +08:00
42 lines
725 B
JSON
42 lines
725 B
JSON
{
|
|
"name": "shogun",
|
|
"version-date": "2023-12-19",
|
|
"port-version": 1,
|
|
"description": "Unified and efficient Machine Learning",
|
|
"homepage": "https://github.com/shogun-toolbox/shogun",
|
|
"dependencies": [
|
|
"blas",
|
|
"bzip2",
|
|
"curl",
|
|
"eigen3",
|
|
{
|
|
"name": "hdf5",
|
|
"default-features": false,
|
|
"platform": "!windows"
|
|
},
|
|
"lapack",
|
|
"liblzma",
|
|
"libxml2",
|
|
"lzo",
|
|
"nlopt",
|
|
"protobuf",
|
|
"rapidjson",
|
|
"rxcpp",
|
|
"snappy",
|
|
"spdlog",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-pkgconfig-get-modules",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|