Skip to content

Commit

Permalink
[vowpal-wabbit] Update to 9.8.0 (#30214)
Browse files Browse the repository at this point in the history
* vowpal-wabbit 9.8.0

* vcpkg x-add-version --all --overwrite-version

* fix cmake diff

* remove parsers

* sha

* revert

* hash
  • Loading branch information
bassmang authored Mar 20, 2023
1 parent df82854 commit a7b3616
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
10 changes: 5 additions & 5 deletions ports/vowpal-wabbit/cmake_remove_bin_targets.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/vowpalwabbit/CMakeLists.txt b/vowpalwabbit/CMakeLists.txt
index 39893dae2..cb247c808 100644
index 6d41aa4a8..378e5084c 100644
--- a/vowpalwabbit/CMakeLists.txt
+++ b/vowpalwabbit/CMakeLists.txt
@@ -1,9 +1,9 @@
Expand All @@ -11,15 +11,15 @@ index 39893dae2..cb247c808 100644
endif()
-add_subdirectory(cli)
+#add_subdirectory(cli)
add_subdirectory(cache_parser)
add_subdirectory(common)
add_subdirectory(config)
add_subdirectory(core)
@@ -14,7 +14,7 @@ add_subdirectory(explore)
add_subdirectory(io)
@@ -16,7 +16,7 @@ add_subdirectory(io)
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)
add_subdirectory(text_parser)
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING)
add_subdirectory(test_common)
4 changes: 2 additions & 2 deletions ports/vowpal-wabbit/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO VowpalWabbit/vowpal_wabbit
REF 16e9114f41343eed0a5f3f9881b171ce4ea6774a
SHA512 a9244c9791d672f57e06cafc0de753c307976f35f975b6f17ac0e5f8f773f4236674232afada015cd47c4ee2e4d0f550680251772693d4abf2b525dd9b3617f5
REF 258731cd116be6fa42d6ff6d2e59d06b9b790dc0
SHA512 b8a370c5c20e74ce7ccdb19ea3aa9c6d5287c9cc82d0b613804ab8b6c1d7770aafd15ad900d4933b636662435026c36f6a4b6ec0c66d597bdb52b20a4c0b6c25
HEAD_REF master
PATCHES cmake_remove_bin_targets.patch
)
Expand Down
2 changes: 1 addition & 1 deletion ports/vowpal-wabbit/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vowpal-wabbit",
"version": "9.6.0",
"version": "9.8.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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8233,7 +8233,7 @@
"port-version": 1
},
"vowpal-wabbit": {
"baseline": "9.6.0",
"baseline": "9.8.0",
"port-version": 0
},
"vs-yasm": {
Expand Down
5 changes: 5 additions & 0 deletions versions/v-/vowpal-wabbit.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ed8289aedc37dbd955273a2f211451a44e54d702",
"version": "9.8.0",
"port-version": 0
},
{
"git-tree": "93cd564360ea4185d144f884ffa817fd97f19458",
"version": "9.6.0",
Expand Down

0 comments on commit a7b3616

Please sign in to comment.