mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 00:39:00 +08:00
aac6b3ca80
* Update to version 9.6.0 * add eigen dependency to vcpkg.json * Update ports/vowpal-wabbit * run x-add-version * Change eigen to eigen3 * Run x-add-version * Update hash * x-add-version * Update cmake patch * x-add-version
27 lines
599 B
JSON
27 lines
599 B
JSON
{
|
|
"name": "vowpal-wabbit",
|
|
"version": "9.6.0",
|
|
"description": "Reduction based online learning framework with a focus on contextual bandits and reinforcement learning.",
|
|
"homepage": "https://github.com/vowpalwabbit/vowpal_wabbit",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!x86 & !uwp & !(windows & arm)",
|
|
"dependencies": [
|
|
"boost-math",
|
|
"eigen3",
|
|
"flatbuffers",
|
|
"fmt",
|
|
"rapidjson",
|
|
"spdlog",
|
|
"string-view-lite",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|