diff options
Diffstat (limited to 'vcpkg/ports/vowpal-wabbit/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/vowpal-wabbit/vcpkg.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/vcpkg/ports/vowpal-wabbit/vcpkg.json b/vcpkg/ports/vowpal-wabbit/vcpkg.json new file mode 100644 index 0000000..da00c9b --- /dev/null +++ b/vcpkg/ports/vowpal-wabbit/vcpkg.json @@ -0,0 +1,31 @@ +{ + "name": "vowpal-wabbit", + "version": "9.10.0", + "port-version": 3, + "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", + { + "name": "sse2neon", + "platform": "arm" + }, + "string-view-lite", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zlib" + ] +} |