Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Duncan Bellamy
aports
Commits
d290f6d7
Commit
d290f6d7
authored
Jun 30, 2022
by
Duncan Bellamy
Browse files
community/abseil-cpp: upgrade to 20220623.0
parent
79dfd103
Pipeline
#126830
passed with stages
in 12 minutes and 35 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
community/abseil-cpp/0002-abseil.patch
View file @
d290f6d7
...
...
@@ -15,14 +15,14 @@ An all-in-one patch that fixes several issues:
// The following platforms have an implementation of a hardware counter.
#if defined(__i386__) || defined(__x86_64__) || defined(__aarch64__) || \
- defined(__powerpc__) || defined(__ppc__) || defined(__riscv) || \
+ defined(__riscv) ||
\
+ defined(__riscv) || \
+ ((defined(__powerpc__) || defined(__ppc__)) && defined(__GLIBC__)) || \
defined(_M_IX86) || defined(_M_X64)
defined(_M_IX86) ||
(
defined(_M_X64)
&& !defined(_M_ARM64EC))
#define ABSL_HAVE_UNSCALED_CYCLECLOCK_IMPLEMENTATION 1
#else
--- a/absl/debugging/internal/examine_stack.cc
+++ b/absl/debugging/internal/examine_stack.cc
@@ -
27
,6 +
27
,10 @@
@@ -
33
,6 +
33
,10 @@
#include <csignal>
#include <cstdio>
...
...
@@ -33,7 +33,7 @@ An all-in-one patch that fixes several issues:
#include "absl/base/attributes.h"
#include "absl/base/internal/raw_logging.h"
#include "absl/base/macros.h"
@@ -
63
,8 +
67
,10 @@
@@ -
174
,8 +
178
,10 @@
return reinterpret_cast<void*>(context->uc_mcontext.pc);
#elif defined(__powerpc64__)
return reinterpret_cast<void*>(context->uc_mcontext.gp_regs[32]);
...
...
@@ -47,7 +47,7 @@ An all-in-one patch that fixes several issues:
#elif defined(__s390__) && !defined(__s390x__)
--- a/absl/debugging/internal/stacktrace_config.h
+++ b/absl/debugging/internal/stacktrace_config.h
@@ -
59
,7 +
59
,7 @@
@@ -
60
,7 +
60
,7 @@
#elif defined(__i386__) || defined(__x86_64__)
#define ABSL_STACKTRACE_INL_HEADER \
"absl/debugging/internal/stacktrace_x86-inl.inc"
...
...
community/abseil-cpp/APKBUILD
View file @
d290f6d7
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname
=
abseil-cpp
pkgver
=
202
11102
.0
pkgver
=
202
20623
.0
pkgrel
=
1
pkgdesc
=
"Abseil Common Libraries (C++) "
url
=
"https://abseil.io/"
...
...
@@ -24,7 +24,7 @@ build() {
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_SHARED_LIBS
=
ON
\
-DBUILD_TESTING
=
ON
\
-D
ABSL_
BUILD_TESTING
=
ON
\
-DABSL_USE_EXTERNAL_GOOGLETEST
=
ON
\
-DABSL_PROPAGATE_CXX_STD
=
ON
\
-DABSL_FIND_GOOGLETEST
=
ON
...
...
@@ -42,6 +42,6 @@ package() {
}
sha512sums
=
"
fed68aa434c02ec6faa9d1c81f1ad35b60ec024b44957e2e0ac31e6075e385c06a3e1b616afeb4bb7c2413191fd7827d82e1f9f0796b52ed21fb2c41dd9031cf
abseil-cpp-202
11102
.0.tar.gz
78bca9372af30624a303b53cbc07b4bfe0ca5a11ef2126c6b3fb34714e3b119fa4bf9a088968b491a7823107df5083c0d4b4aed0e47b8e872ba572543e9a52ea
0002-abseil.patch
6a84254927cac285c77f6b2e77de23ce4f65c28acc0289228f3db552e247fb1dedf2c6e51a98da7df700c062612e27e6acd029122e8abc3fff12f3f5502c8c10
abseil-cpp-202
20623
.0.tar.gz
815d9a1e2e97808c3efd662c810a54641a51391c6726c5bb9f0b70190819c384cae58e7d94e2e9d2f7f23dc87e665de684f5c167c6f785d3df5529af817d2e8b
0002-abseil.patch
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment