mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
dcedc95761
* [eigen3] Update to 3.4.0 * [theia] Update to support Eigen 3.4 * [shogun/openmvg] Patches to support Eigen 3.4 from @cenit * Commit result of x-add-version * [rtabmap] add bigobj * x-add-version * Update ports/eigen3/vcpkg.json Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> * Run x-add-version Co-authored-by: Tobias Wood <tobias@mi3.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Amin Yahyaabadi <aminyahyaabadi74@gmail.com> Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
23 lines
388 B
JSON
23 lines
388 B
JSON
{
|
|
"name": "shogun",
|
|
"version-string": "6.1.4",
|
|
"port-version": 7,
|
|
"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",
|
|
"zlib"
|
|
]
|
|
}
|