mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:39:08 +08:00
0bc3f04da6
Co-authored-by: Alexander Neumann <you@example.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
41 lines
699 B
JSON
41 lines
699 B
JSON
{
|
|
"name": "shogun",
|
|
"version": "6.1.4",
|
|
"port-version": 10,
|
|
"description": "Unified and efficient Machine Learning",
|
|
"homepage": "https://github.com/shogun-toolbox/shogun",
|
|
"dependencies": [
|
|
"blas",
|
|
"bzip2",
|
|
"curl",
|
|
"dirent",
|
|
"eigen3",
|
|
{
|
|
"name": "hdf5",
|
|
"default-features": false,
|
|
"platform": "!windows"
|
|
},
|
|
"lapack",
|
|
"liblzma",
|
|
"libxml2",
|
|
"lzo",
|
|
"nlopt",
|
|
"protobuf",
|
|
"rxcpp",
|
|
"snappy",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-pkgconfig-get-modules",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|