Skip to content

Commit

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

* add eigen dependency to vcpkg.json

* Update ports/vowpal-wabbit

* run x-add-version

* Change eigen to eigen3

* Run x-add-version

* Update hash

* x-add-version

* Update cmake patch

* x-add-version
  • Loading branch information
byronxu99 authored Nov 10, 2022
1 parent 56eea1a commit aac6b3c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 12 deletions.
12 changes: 6 additions & 6 deletions ports/vowpal-wabbit/cmake_remove_bin_targets.patch
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
diff --git a/vowpalwabbit/CMakeLists.txt b/vowpalwabbit/CMakeLists.txt
index 56cb361ec..ec23fb654 100644
index 39893dae2..cb247c808 100644
--- a/vowpalwabbit/CMakeLists.txt
+++ b/vowpalwabbit/CMakeLists.txt
@@ -1,9 +1,9 @@
-add_subdirectory(active_interactor)
+# 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(cli)
add_subdirectory(common)
add_subdirectory(config)
add_subdirectory(core)
Expand All @@ -19,7 +19,7 @@ index 56cb361ec..ec23fb654 100644
add_subdirectory(model_merger)
add_subdirectory(slim)
-add_subdirectory(spanning_tree_bin)
+# add_subdirectory(spanning_tree_bin)
+#add_subdirectory(spanning_tree_bin)
add_subdirectory(spanning_tree)
if(BUILD_FLATBUFFERS)
add_subdirectory(fb_parser)
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING)
add_subdirectory(test_common)
5 changes: 3 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 9496a6dd5610910a495ca004a93c8ab6913293e4
SHA512 df4da3f3ab763dbd113b0ace0552d676ec905a6ff0d942d9fc1828e36fb8440d1b75a61c1ea6de09879e0f52547366936d02a77dba2bac89503a075da12414db
REF 16e9114f41343eed0a5f3f9881b171ce4ea6774a
SHA512 a9244c9791d672f57e06cafc0de753c307976f35f975b6f17ac0e5f8f773f4236674232afada015cd47c4ee2e4d0f550680251772693d4abf2b525dd9b3617f5
HEAD_REF master
PATCHES cmake_remove_bin_targets.patch
)
Expand All @@ -18,6 +18,7 @@ vcpkg_cmake_configure(
-DSPDLOG_SYS_DEP=ON
-DVW_BOOST_MATH_SYS_DEP=ON
-DVW_ZLIB_SYS_DEP=ON
-DVW_EIGEN_SYS_DEP=ON
-DVW_BUILD_VW_C_WRAPPER=OFF
-DBUILD_TESTING=OFF
)
Expand Down
4 changes: 2 additions & 2 deletions ports/vowpal-wabbit/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "vowpal-wabbit",
"version": "9.5.0",
"port-version": 1,
"version": "9.6.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",
"supports": "!x86 & !uwp & !(windows & arm)",
"dependencies": [
"boost-math",
"eigen3",
"flatbuffers",
"fmt",
"rapidjson",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7821,8 +7821,8 @@
"port-version": 0
},
"vowpal-wabbit": {
"baseline": "9.5.0",
"port-version": 1
"baseline": "9.6.0",
"port-version": 0
},
"vs-yasm": {
"baseline": "0.5.0",
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": "93cd564360ea4185d144f884ffa817fd97f19458",
"version": "9.6.0",
"port-version": 0
},
{
"git-tree": "e78d44b4949b1d3d2e11f177f8638952c61d711e",
"version": "9.5.0",
Expand Down

0 comments on commit aac6b3c

Please sign in to comment.