mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[vowpal-wabbit] Update to version 9.6.0 (#27739)
* 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
This commit is contained in:
parent
56eea1a9f0
commit
aac6b3ca80
@ -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)
|
||||
@ -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)
|
||||
|
@ -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
|
||||
)
|
||||
@ -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
|
||||
)
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "93cd564360ea4185d144f884ffa817fd97f19458",
|
||||
"version": "9.6.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "e78d44b4949b1d3d2e11f177f8638952c61d711e",
|
||||
"version": "9.5.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user