[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/201: gnu: abseil-cpp: Remove googletest patch.
From: |
guix-commits |
Subject: |
54/201: gnu: abseil-cpp: Remove googletest patch. |
Date: |
Mon, 1 Nov 2021 23:18:33 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 13cbc12f04db957f1afb0ee2d97f97a2cd6f471a
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 08b27c6..29e1294 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);
-
- 37/201: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5., (continued)
- 37/201: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5., guix-commits, 2021/11/01
- 40/201: gnu: gstreamer: Update to 1.19.2., guix-commits, 2021/11/01
- 46/201: gnu: gst-libav: Update to 1.19.2., guix-commits, 2021/11/01
- 47/201: gnu: gst-editing-services: Update to 1.19.2., guix-commits, 2021/11/01
- 39/201: gnu: gstreamer-docs: Update to 1.19.2., guix-commits, 2021/11/01
- 38/201: gnu: python-sphinx: Update to 4.2.0., guix-commits, 2021/11/01
- 58/201: gnu: polkit: Update to 0.120 and ungraft., guix-commits, 2021/11/01
- 50/201: gnu: lib2geom: Update to 1.1., guix-commits, 2021/11/01
- 56/201: gnu: mozjs-78: Update to 78.15.0., guix-commits, 2021/11/01
- 48/201: gnu: python-gst: Update to 1.19.2., guix-commits, 2021/11/01
- 54/201: gnu: abseil-cpp: Remove googletest patch.,
guix-commits <=
- 57/201: gnu: Add a missing copyright., guix-commits, 2021/11/01
- 71/201: gnu: dbus-c++: Fix build., guix-commits, 2021/11/01
- 75/201: gnu: glibc: Remove unneeded nscd patching., guix-commits, 2021/11/01
- 55/201: gnu: abseil-cpp: Update to 20210324.2., guix-commits, 2021/11/01
- 67/201: gnu: python-gst: Update to 1.18.5., guix-commits, 2021/11/01
- 70/201: gnu: python-keras: Enable parallel tests., guix-commits, 2021/11/01
- 25/201: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/11/01
- 44/201: gnu: gst-plugins-bad: Update to 1.19.2., guix-commits, 2021/11/01
- 42/201: gnu: gst-plugins-good: Update to 1.19.2., guix-commits, 2021/11/01
- 125/201: gnu: glib: Update to 2.70, specify a bindir prefix and hide package., guix-commits, 2021/11/01