Skip to content

Commit 7121755

Browse files
authored
[vowpal-wabbit] Update to 9.10 (#40235)
1 parent 9e78043 commit 7121755

File tree

5 files changed

+14
-18
lines changed

5 files changed

+14
-18
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
11
diff --git a/vowpalwabbit/CMakeLists.txt b/vowpalwabbit/CMakeLists.txt
2-
index 6d41aa4a8..378e5084c 100644
2+
index cd3f6cd92..d5f41a11e 100644
33
--- a/vowpalwabbit/CMakeLists.txt
44
+++ b/vowpalwabbit/CMakeLists.txt
5-
@@ -1,9 +1,9 @@
5+
@@ -1,9 +1,7 @@
66
-add_subdirectory(active_interactor)
7-
+#add_subdirectory(active_interactor)
87
add_subdirectory(allreduce)
98
if(VW_BUILD_VW_C_WRAPPER)
109
add_subdirectory(c_wrapper)
1110
endif()
1211
-add_subdirectory(cli)
13-
+#add_subdirectory(cli)
1412
add_subdirectory(cache_parser)
1513
add_subdirectory(common)
1614
add_subdirectory(config)
17-
@@ -16,7 +16,7 @@ add_subdirectory(io)
18-
add_subdirectory(json_parser)
15+
@@ -17,7 +15,6 @@ add_subdirectory(json_parser)
1916
add_subdirectory(model_merger)
2017
add_subdirectory(slim)
21-
-add_subdirectory(spanning_tree_bin)
22-
+#add_subdirectory(spanning_tree_bin)
23-
add_subdirectory(spanning_tree)
18+
if(VW_FEAT_NETWORKING)
19+
- add_subdirectory(spanning_tree_bin)
20+
add_subdirectory(spanning_tree)
21+
endif()
2422
add_subdirectory(text_parser)
25-
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING)

ports/vowpal-wabbit/portfile.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO VowpalWabbit/vowpal_wabbit
66
REF "${VERSION}"
7-
SHA512 37c4401e5304c20a7a4c2ffa6102bfa82085c4bbc787c796da295e789996f09472ac4b3e732b0a44016eab6579c2648085b1e67b1df2658257d52f7e46a1b683
7+
SHA512 f87229caf65c6c32fb863fa426a39592d41990a43ce4d79f0a076323e47cd3d1a8bd02884afceb662527c87d290e68c51df6263d6a97f3a044f3f7254a38f86a
88
HEAD_REF master
99
PATCHES
1010
cmake_remove_bin_targets.patch

ports/vowpal-wabbit/vcpkg.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "vowpal-wabbit",
3-
"version": "9.8.0",
4-
"port-version": 3,
3+
"version": "9.10.0",
54
"description": "Reduction based online learning framework with a focus on contextual bandits and reinforcement learning.",
65
"homepage": "https://github.com/vowpalwabbit/vowpal_wabbit",
76
"license": "BSD-3-Clause",

versions/baseline.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9345,8 +9345,8 @@
93459345
"port-version": 0
93469346
},
93479347
"vowpal-wabbit": {
9348-
"baseline": "9.8.0",
9349-
"port-version": 3
9348+
"baseline": "9.10.0",
9349+
"port-version": 0
93509350
},
93519351
"vs-yasm": {
93529352
"baseline": "0.5.0",

versions/v-/vowpal-wabbit.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"versions": [
33
{
4-
"git-tree": "2ffdf8c2be56925eb70832739a411c935d8f8796",
5-
"version": "9.8.0",
6-
"port-version": 3
4+
"git-tree": "4d38379dd56ce81943770adad88ca2b35814791f",
5+
"version": "9.10.0",
6+
"port-version": 0
77
},
88
{
99
"git-tree": "67f9b52b83a34f59c3dd20cff11d2c968149bbfc",

0 commit comments

Comments
 (0)