[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/21: gnu: protobuf: Unbundle googletest.
From: |
guix-commits |
Subject: |
05/21: gnu: protobuf: Unbundle googletest. |
Date: |
Sun, 6 Nov 2022 00:11:18 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 32ba6c5ddfd12ad37f815a1930d7fe78b599a8f9
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Nov 2 14:58:11 2022 -0400
gnu: protobuf: Unbundle googletest.
* gnu/packages/protobuf.scm (protobuf) [origin]: Delete third_party
directory
in snippet.
[configure-flags]: Add "-Dprotobuf_USE_EXTERNAL_GTEST=ON".
[native-inputs]: Add googletest.
---
gnu/packages/protobuf.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index 53c982fc82..ede0933eeb 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -113,7 +113,8 @@ data in motion, or as a file format for data at rest.")
(arguments
(list
;; TODO: Add the BUILD_SHARED_LIBS flag to cmake-build-system.
- #:configure-flags #~(list "-DBUILD_SHARED_LIBS=ON")
+ #:configure-flags #~(list "-DBUILD_SHARED_LIBS=ON"
+ "-Dprotobuf_USE_EXTERNAL_GTEST=ON")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'disable-broken-tests
@@ -154,6 +155,7 @@ data in motion, or as a file format for data at rest.")
(install-file file slib)
(delete-file file))
(find-files lib "\\.a$"))))))))
+ (native-inputs (list googletest))
(inputs (list zlib))
(home-page "https://github.com/protocolbuffers/protobuf")
(synopsis "Data encoding for remote procedure calls (RPCs)")
- branch master updated (a60dc46c2b -> a6c90c293d), guix-commits, 2022/11/06
- 04/21: gnu: protobuf: Update to 3.21.9., guix-commits, 2022/11/06
- 07/21: gnu: fmt-for-solidity: Rename to fmt-8.0., guix-commits, 2022/11/06
- 02/21: gnu: Add libx264-next., guix-commits, 2022/11/06
- 03/21: gnu: fcitx5-gtk4: Fix build., guix-commits, 2022/11/06
- 11/21: gnu: Add json-dto., guix-commits, 2022/11/06
- 06/21: gnu: protobuf-c: Update to 1.4.1., guix-commits, 2022/11/06
- 01/21: gnu: Add libvpx-next., guix-commits, 2022/11/06
- 05/21: gnu: protobuf: Unbundle googletest.,
guix-commits <=
- 08/21: gnu: fmt: Update to 9.1.0., guix-commits, 2022/11/06
- 09/21: gnu: ccache: Update to 4.7.2., guix-commits, 2022/11/06
- 10/21: gnu: Add clara., guix-commits, 2022/11/06
- 12/21: gnu: restinio: Prepare for tests and propagate some inputs., guix-commits, 2022/11/06
- 14/21: gnu: qtwebengine: Fix build., guix-commits, 2022/11/06
- 18/21: gnu: Add python-uc-micro-py., guix-commits, 2022/11/06
- 15/21: gnu: Add python-sphinx-pytest., guix-commits, 2022/11/06
- 16/21: gnu: Add python-pytest-param-files., guix-commits, 2022/11/06
- 13/21: gnu: restinio: Update to 0.6.17., guix-commits, 2022/11/06
- 17/21: gnu: python-mdit-py-plugins: Update to 0.3.1., guix-commits, 2022/11/06