File tree 5 files changed +14
-18
lines changed
5 files changed +14
-18
lines changed Original file line number Diff line number Diff line change 1
1
diff --git a/vowpalwabbit/CMakeLists.txt b/vowpalwabbit/CMakeLists.txt
2
- index 6d41aa4a8..378e5084c 100644
2
+ index cd3f6cd92..d5f41a11e 100644
3
3
--- a/vowpalwabbit/CMakeLists.txt
4
4
+++ b/vowpalwabbit/CMakeLists.txt
5
- @@ -1,9 +1,9 @@
5
+ @@ -1,9 +1,7 @@
6
6
- add_subdirectory(active_interactor)
7
- + #add_subdirectory(active_interactor)
8
7
add_subdirectory(allreduce)
9
8
if(VW_BUILD_VW_C_WRAPPER)
10
9
add_subdirectory(c_wrapper)
11
10
endif()
12
11
- add_subdirectory(cli)
13
- + #add_subdirectory(cli)
14
12
add_subdirectory(cache_parser)
15
13
add_subdirectory(common)
16
14
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)
19
16
add_subdirectory(model_merger)
20
17
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()
24
22
add_subdirectory(text_parser)
25
- if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ vcpkg_from_github(
4
4
OUT_SOURCE_PATH SOURCE_PATH
5
5
REPO VowpalWabbit/vowpal_wabbit
6
6
REF "${VERSION} "
7
- SHA512 37c4401e5304c20a7a4c2ffa6102bfa82085c4bbc787c796da295e789996f09472ac4b3e732b0a44016eab6579c2648085b1e67b1df2658257d52f7e46a1b683
7
+ SHA512 f87229caf65c6c32fb863fa426a39592d41990a43ce4d79f0a076323e47cd3d1a8bd02884afceb662527c87d290e68c51df6263d6a97f3a044f3f7254a38f86a
8
8
HEAD_REF master
9
9
PATCHES
10
10
cmake_remove_bin_targets.patch
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vowpal-wabbit" ,
3
- "version" : " 9.8.0" ,
4
- "port-version" : 3 ,
3
+ "version" : " 9.10.0" ,
5
4
"description" : " Reduction based online learning framework with a focus on contextual bandits and reinforcement learning." ,
6
5
"homepage" : " https://github.com/vowpalwabbit/vowpal_wabbit" ,
7
6
"license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change 9345
9345
"port-version" : 0
9346
9346
},
9347
9347
"vowpal-wabbit" : {
9348
- "baseline" : " 9.8 .0" ,
9349
- "port-version" : 3
9348
+ "baseline" : " 9.10 .0" ,
9349
+ "port-version" : 0
9350
9350
},
9351
9351
"vs-yasm" : {
9352
9352
"baseline" : " 0.5.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
3
{
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
7
7
},
8
8
{
9
9
"git-tree" : " 67f9b52b83a34f59c3dd20cff11d2c968149bbfc" ,
You can’t perform that action at this time.
0 commit comments