[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/149: gnu: abseil-cpp: Remove googletest patch.
From: |
guix-commits |
Subject: |
54/149: gnu: abseil-cpp: Remove googletest patch. |
Date: |
Tue, 26 Oct 2021 23:52:16 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit c063f2cbf1c314479902ca805ca0431192e92891
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 8 22:40:30 2021 -0400
gnu: abseil-cpp: Remove googletest patch.
* gnu/packages/patches/abseil-cpp-fix-gtest.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
* gnu/packages/cpp.scm (abseil-cpp)[source]: Remove patch.
Co-authored-by: Greg Hogan <code@greghogan.com>
---
gnu/local.mk | 1 -
gnu/packages/cpp.scm | 5 +----
gnu/packages/patches/abseil-cpp-fix-gtest.patch | 16 ----------------
3 files changed, 1 insertion(+), 21 deletions(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index 001130a..bf4c128 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -822,7 +822,6 @@ dist_patch_DATA =
\
%D%/packages/patches/abcl-fix-build-xml.patch \
%D%/packages/patches/ableton-link-system-libraries-debian.patch \
%D%/packages/patches/abiword-explictly-cast-bools.patch \
- %D%/packages/patches/abseil-cpp-fix-gtest.patch \
%D%/packages/patches/abseil-cpp-fix-strerror_test.patch \
%D%/packages/patches/adb-add-libraries.patch \
%D%/packages/patches/adb-libssl_11-compatibility.patch \
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index fe49d1f..77ed9e0 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -778,11 +778,8 @@ point and then, after each tween step, plugging back the
result.")
(sha256
(base32
"1p4djhm1f011ficbjjxx3n8428p8481p20j4glpaawnpsi362hkl"))
- ;; Remove after next googletest release and update.
(patches
- (search-patches
- "abseil-cpp-fix-gtest.patch"
- "abseil-cpp-fix-strerror_test.patch"))))
+ (search-patches "abseil-cpp-fix-strerror_test.patch"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON"
diff --git a/gnu/packages/patches/abseil-cpp-fix-gtest.patch
b/gnu/packages/patches/abseil-cpp-fix-gtest.patch
deleted file mode 100644
index 3897144..0000000
--- a/gnu/packages/patches/abseil-cpp-fix-gtest.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-The GTEST_ALLOW_UNINSTANTIATED_PARAMTERIZED_TEST macro was added to googletest
-in commit 0b024bd9 on master. It has been used in an abseil-cpp release before
-a googletest release.
-
---- a/absl/container/internal/unordered_map_modifiers_test.h
-+++ b/absl/container/internal/unordered_map_modifiers_test.h
-@@ -286,7 +286,9 @@ class UniquePtrModifiersTest : public ::testing::Test {
- }
- };
-
-+#ifdef GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST
- GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(UniquePtrModifiersTest);
-+#endif
-
- TYPED_TEST_SUITE_P(UniquePtrModifiersTest);
-
- 142/149: gnu: gawk: Use regular bash to cope with test suite failures., (continued)
- 142/149: gnu: gawk: Use regular bash to cope with test suite failures., guix-commits, 2021/10/26
- 144/149: gnu: cdparanoia: Disable parallel build., guix-commits, 2021/10/26
- 148/149: gnu: jsoncpp: Apply patch to regular package., guix-commits, 2021/10/26
- 149/149: nix: libstore: Do not remove unused links when deleting specific items., guix-commits, 2021/10/26
- 69/149: gnu: tensorflow: Enable parallel build (at least partially)., guix-commits, 2021/10/26
- 74/149: gnu: python-keras: Skip a flaky test., guix-commits, 2021/10/26
- 79/149: gnu: diffutils: Fix signal processing., guix-commits, 2021/10/26
- 82/149: gnu: curl: Honor #:tests?., guix-commits, 2021/10/26
- 83/149: gnu: gcc-5: Fix powerpc64le-linux build, guix-commits, 2021/10/26
- 87/149: gnu: gdb: Normalize indentation., guix-commits, 2021/10/26
- 54/149: gnu: abseil-cpp: Remove googletest patch.,
guix-commits <=
- 59/149: Revert gstreamer update to 1.19.2., guix-commits, 2021/10/26
- 76/149: gnu: glibc: Look for the current timezone in /etc/localtime., guix-commits, 2021/10/26
- 71/149: gnu: dbus-c++: Fix build., guix-commits, 2021/10/26
- 91/149: gnu: rust: Bootstrap rust from 1.39.0 and optimize build time., guix-commits, 2021/10/26
- 93/149: gnu: Build all Rust packages using the latest rustc., guix-commits, 2021/10/26
- 95/149: gnu: Move a few Python packages to (gnu packages python-build)., guix-commits, 2021/10/26
- 97/149: gnu: Add python-flit-core., guix-commits, 2021/10/26
- 101/149: gnu: python-pathlib2: Update to 2.3.6., guix-commits, 2021/10/26
- 106/149: gnu: at-spi2-atk: Break a dependency cycle between GTK+ and Inkscape., guix-commits, 2021/10/26
- 108/149: gnu: lsof: Fix indentation., guix-commits, 2021/10/26