mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 00:08:59 +08:00
[vowpal-wabbit] Update to 9.10 (#40235)
This commit is contained in:
parent
9e78043c57
commit
7121755f75
@ -1,25 +1,22 @@
|
||||
diff --git a/vowpalwabbit/CMakeLists.txt b/vowpalwabbit/CMakeLists.txt
|
||||
index 6d41aa4a8..378e5084c 100644
|
||||
index cd3f6cd92..d5f41a11e 100644
|
||||
--- a/vowpalwabbit/CMakeLists.txt
|
||||
+++ b/vowpalwabbit/CMakeLists.txt
|
||||
@@ -1,9 +1,9 @@
|
||||
@@ -1,9 +1,7 @@
|
||||
-add_subdirectory(active_interactor)
|
||||
+#add_subdirectory(active_interactor)
|
||||
add_subdirectory(allreduce)
|
||||
if(VW_BUILD_VW_C_WRAPPER)
|
||||
add_subdirectory(c_wrapper)
|
||||
endif()
|
||||
-add_subdirectory(cli)
|
||||
+#add_subdirectory(cli)
|
||||
add_subdirectory(cache_parser)
|
||||
add_subdirectory(common)
|
||||
add_subdirectory(config)
|
||||
@@ -16,7 +16,7 @@ add_subdirectory(io)
|
||||
add_subdirectory(json_parser)
|
||||
@@ -17,7 +15,6 @@ add_subdirectory(json_parser)
|
||||
add_subdirectory(model_merger)
|
||||
add_subdirectory(slim)
|
||||
-add_subdirectory(spanning_tree_bin)
|
||||
+#add_subdirectory(spanning_tree_bin)
|
||||
add_subdirectory(spanning_tree)
|
||||
if(VW_FEAT_NETWORKING)
|
||||
- add_subdirectory(spanning_tree_bin)
|
||||
add_subdirectory(spanning_tree)
|
||||
endif()
|
||||
add_subdirectory(text_parser)
|
||||
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING)
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO VowpalWabbit/vowpal_wabbit
|
||||
REF "${VERSION}"
|
||||
SHA512 37c4401e5304c20a7a4c2ffa6102bfa82085c4bbc787c796da295e789996f09472ac4b3e732b0a44016eab6579c2648085b1e67b1df2658257d52f7e46a1b683
|
||||
SHA512 f87229caf65c6c32fb863fa426a39592d41990a43ce4d79f0a076323e47cd3d1a8bd02884afceb662527c87d290e68c51df6263d6a97f3a044f3f7254a38f86a
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
cmake_remove_bin_targets.patch
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "vowpal-wabbit",
|
||||
"version": "9.8.0",
|
||||
"port-version": 3,
|
||||
"version": "9.10.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",
|
||||
|
@ -9345,8 +9345,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"vowpal-wabbit": {
|
||||
"baseline": "9.8.0",
|
||||
"port-version": 3
|
||||
"baseline": "9.10.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"vs-yasm": {
|
||||
"baseline": "0.5.0",
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2ffdf8c2be56925eb70832739a411c935d8f8796",
|
||||
"version": "9.8.0",
|
||||
"port-version": 3
|
||||
"git-tree": "4d38379dd56ce81943770adad88ca2b35814791f",
|
||||
"version": "9.10.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "67f9b52b83a34f59c3dd20cff11d2c968149bbfc",
|
||||
|
Loading…
Reference in New Issue
Block a user