vcpkg/ports/shogun/vcpkg.json
Alexander Neumann 0bc3f04da6
[blas/lapack] force vendor (#24327)
Co-authored-by: Alexander Neumann <you@example.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-04-08 11:15:54 -07:00

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"
]
}