mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 06:41:47 +08:00
6aa4fca940
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 5 * version * typo * typo * fix build * version * deprecated vcpkg_extract_source_archive_ex * version * fix argument * version * Rename argument * version * More changes about argument * wrong op * version --------- Co-authored-by: jyu49 <yu_jack@apple.com>
31 lines
517 B
JSON
31 lines
517 B
JSON
{
|
|
"name": "shogun",
|
|
"version-string": "6.1.4",
|
|
"port-version": 8,
|
|
"description": "Unified and efficient Machine Learning",
|
|
"homepage": "https://github.com/shogun-toolbox/shogun",
|
|
"dependencies": [
|
|
"blas",
|
|
"bzip2",
|
|
"curl",
|
|
"dirent",
|
|
"eigen3",
|
|
"liblzma",
|
|
"libxml2",
|
|
"lzo",
|
|
"nlopt",
|
|
"protobuf",
|
|
"rxcpp",
|
|
"snappy",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|