[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/217: gnu: abseil-cpp: Remove googletest patch.
From: |
guix-commits |
Subject: |
54/217: gnu: abseil-cpp: Remove googletest patch. |
Date: |
Sun, 14 Nov 2021 19:20:38 -0500 (EST) |
vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 51719600c09344327b7559b65650f37cce253095
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 1e2fef2..91f9f19 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -823,7 +823,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);
-
- 34/217: gnu: gnupg: Don't explicitly return #t from phases., (continued)
- 34/217: gnu: gnupg: Don't explicitly return #t from phases., guix-commits, 2021/11/14
- 39/217: gnu: gstreamer-docs: Update to 1.19.2., guix-commits, 2021/11/14
- 56/217: gnu: mozjs-78: Update to 78.15.0., guix-commits, 2021/11/14
- 51/217: gnu: pulseaudio: Update to 15.0., guix-commits, 2021/11/14
- 47/217: gnu: gst-editing-services: Update to 1.19.2., guix-commits, 2021/11/14
- 71/217: gnu: dbus-c++: Fix build., guix-commits, 2021/11/14
- 68/217: gnu: gstreamer-docs: Update to 1.18.5., guix-commits, 2021/11/14
- 63/217: gnu: gst-plugins-bad: Update to 1.18.5., guix-commits, 2021/11/14
- 62/217: gnu: gst-plugins-good: Update to 1.18.5., guix-commits, 2021/11/14
- 67/217: gnu: python-gst: Update to 1.18.5., guix-commits, 2021/11/14
- 54/217: gnu: abseil-cpp: Remove googletest patch.,
guix-commits <=
- 73/217: bluez: Update to 5.61., guix-commits, 2021/11/14
- 72/217: gnu: libnice: Update to 0.1.18-0.47a9633 and disable test-bind test., guix-commits, 2021/11/14
- 80/217: gnu: diffutils: Update to 3.8., guix-commits, 2021/11/14
- 81/217: build: qt-utils: Don't wrap .X-real files., guix-commits, 2021/11/14
- 96/217: gnu: python-pypa-build: Update to 0.7.0., guix-commits, 2021/11/14
- 85/217: gnu: Add ld-gold-wrapper., guix-commits, 2021/11/14
- 86/217: gnu: gdb: Patch references to /bin/sh and add debug output., guix-commits, 2021/11/14
- 94/217: gnu: fontconfig: Add a search path for XDG_DATA_DIRS., guix-commits, 2021/11/14
- 107/217: gnu: lsof: Disable the LTlock test., guix-commits, 2021/11/14
- 104/217: build: glib-or-gtk-build-system: Fix indentation., guix-commits, 2021/11/14