Skip to content

Commit

Permalink
dependencies: Bump abseil-cpp from 20230802 to 20230802.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Nov 10, 2023
1 parent 06fc969 commit 6bd11bc
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Protobuf=v24.4
abseil-cpp=20230802.0
abseil-cpp=20230802.1
Cbc=2.10.7
Cgl=0.60.5
Clp=1.17.7
Expand Down
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ git_repository(
## Abseil-cpp
git_repository(
name = "com_google_absl",
tag = "20230802.0",
patches = ["//patches:abseil-cpp-20230802.0.patch"],
tag = "20230802.1",
patches = ["//patches:abseil-cpp-20230802.1.patch"],
patch_args = ["-p1"],
remote = "https://github.com/abseil/abseil-cpp.git",
)
Expand Down
4 changes: 2 additions & 2 deletions cmake/dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ if(BUILD_absl)
FetchContent_Declare(
absl
GIT_REPOSITORY "https://github.com/abseil/abseil-cpp.git"
GIT_TAG "20230802.0"
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/abseil-cpp-20230802.0.patch"
GIT_TAG "20230802.1"
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/abseil-cpp-20230802.1.patch"
)
FetchContent_MakeAvailable(absl)
list(POP_BACK CMAKE_MESSAGE_INDENT)
Expand Down
4 changes: 2 additions & 2 deletions cmake/host.CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ set(ABSL_PROPAGATE_CXX_STD ON)
FetchContent_Declare(
absl
GIT_REPOSITORY "https://github.com/abseil/abseil-cpp.git"
GIT_TAG "20230802.0"
PATCH_COMMAND git apply "${CMAKE_CURRENT_LIST_DIR}/@PATCHES_PATH@/abseil-cpp-20230802.0.patch")
GIT_TAG "20230802.1"
PATCH_COMMAND git apply "${CMAKE_CURRENT_LIST_DIR}/@PATCHES_PATH@/abseil-cpp-20230802.1.patch")
FetchContent_MakeAvailable(absl)
list(POP_BACK CMAKE_MESSAGE_INDENT)
message(CHECK_PASS "fetched")
Expand Down
2 changes: 1 addition & 1 deletion patches/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# limitations under the License.

exports_files([
"abseil-cpp-20230802.0.patch",
"abseil-cpp-20230802.1.patch",
"protobuf-v24.4.patch",
"pybind11.patch",
"pybind11_bazel.patch",
Expand Down
File renamed without changes.

0 comments on commit 6bd11bc

Please sign in to comment.