mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove abseil-cpp-20211102.0.
This is now a leaf package only used for the former build of the grpc package. It fails to build with the recent core-packages updates. * gnu/packages/cpp.scm (abseil-cpp-20211102.0): Delete variable. Change-Id: I082e546134ee03cb233b2b91d291fce8f94b7c50 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
b283c8cb46
commit
55096b7c0c
1 changed files with 0 additions and 23 deletions
|
@ -2096,29 +2096,6 @@ augment the C++ standard library. The Abseil library code is collected from
|
|||
Google's C++ code base.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
;; This is for grpc-for-python-grpcio; keep this in sync with its actual
|
||||
;; requirements.
|
||||
(define-public abseil-cpp-20211102.0
|
||||
(let ((base abseil-cpp-20200923.3))
|
||||
(package
|
||||
(inherit base)
|
||||
(name "abseil-cpp")
|
||||
(version "20211102.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/abseil/abseil-cpp")
|
||||
(commit "215105818dfde3174fe799600bb0f3cae233d0bf")))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"028vlxpmh65kb7s0cpba38qcwk1abyn5br0ffhvvjjh97vld69di"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments base)
|
||||
((#:tests? _ #false) #false)
|
||||
((#:configure-flags flags)
|
||||
#~(cons* "-DCMAKE_CXX_STANDARD=11" #$flags)))))))
|
||||
|
||||
(define-public abseil-cpp-20220623
|
||||
(let ((base abseil-cpp-20200923.3))
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue