dependency: bump abseil-cpp to 20250127.1

This commit is contained in:
Corentin Le Molgat
2025-03-26 15:58:04 +01:00
parent c1377af411
commit 58513d0cc0
6 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
ZLIB=1.3.1
abseil-cpp=20250127.0
abseil-cpp=20250127.1
Protobuf=v30.1
Eigen=3.4.0
Re2=2024-04-01

View File

@@ -13,7 +13,7 @@ module(
)
# see https://registry.bazel.build/
bazel_dep(name = "abseil-cpp", version = "20250127.0")
bazel_dep(name = "abseil-cpp", version = "20250127.1")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "contrib_rules_jvm", version = "0.28.0")
bazel_dep(name = "eigen", version = "4.0.0-20241125.bcr.1")

View File

@@ -88,10 +88,10 @@ if(BUILD_absl)
FetchContent_Declare(
absl
GIT_REPOSITORY "https://github.com/abseil/abseil-cpp.git"
GIT_TAG "20250127.0"
GIT_TAG "20250127.1"
GIT_SHALLOW TRUE
PATCH_COMMAND git apply --ignore-whitespace
"${CMAKE_CURRENT_LIST_DIR}/../../patches/abseil-cpp-20250127.0.patch"
"${CMAKE_CURRENT_LIST_DIR}/../../patches/abseil-cpp-20250127.1.patch"
OVERRIDE_FIND_PACKAGE
)
FetchContent_MakeAvailable(absl)

View File

@@ -106,9 +106,9 @@ set(ABSL_BUILD_TESTING OFF)
FetchContent_Declare(
absl
GIT_REPOSITORY "https://github.com/abseil/abseil-cpp.git"
GIT_TAG "20250127.0"
GIT_TAG "20250127.1"
GIT_SHALLOW TRUE
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/@PATCHES_PATH@/abseil-cpp-20250127.0.patch"
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/@PATCHES_PATH@/abseil-cpp-20250127.1.patch"
)
FetchContent_MakeAvailable(absl)
list(POP_BACK CMAKE_MESSAGE_INDENT)

View File

@@ -12,7 +12,7 @@
# limitations under the License.
exports_files([
"abseil-cpp-20250127.0.patch",
"abseil-cpp-20250127.1.patch",
"highs-v1.9.0.patch",
"protobuf-v30.1.patch",
"pybind11_abseil.patch",