Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxxabi/
Date: Thu, 28 Jan 2021 10:58:31
Message-Id: 1611831496.f5922478d7a31b03cb9c199920a69e3ff0850072.mgorny@gentoo
1 commit: f5922478d7a31b03cb9c199920a69e3ff0850072
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 28 10:32:54 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 10:58:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5922478
7
8 sys-libs/libcxxabi: Bump to 12.0.0-rc1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/libcxxabi/Manifest | 1 +
13 sys-libs/libcxxabi/libcxxabi-12.0.0_rc1.ebuild | 121 +++++++++++++++++++++++++
14 2 files changed, 122 insertions(+)
15
16 diff --git a/sys-libs/libcxxabi/Manifest b/sys-libs/libcxxabi/Manifest
17 index 207853f3401..b71e21ccaaa 100644
18 --- a/sys-libs/libcxxabi/Manifest
19 +++ b/sys-libs/libcxxabi/Manifest
20 @@ -3,4 +3,5 @@ DIST llvmorg-11.0.0.tar.gz 122743665 BLAKE2B 3f95570240789fd68ddb747df817f5c6cdc
21 DIST llvmorg-11.0.1.tar.gz 122790338 BLAKE2B 0130996b4a8c4d9f757136fd7fb318068c9bfdc565060dec0d4336480c4ab66c4ae3185a7fdb05f13cf9ee8fd4123b09df938881b75d6e5d3689595114b7e32a SHA512 f5e6ef0b3111aae08a89cd01adb2ff4abfa9ef779c68b9190421d0447efd25c2cc00e5aae9f4764805f5fa31434866043d1510ae7389817e28ae53a5442e2fdf
22 DIST llvmorg-11.1.0-rc1.tar.gz 122793491 BLAKE2B f4777455f5903cffea284eaffd872be6c287c6c1ebbd0c4b5b5473f146d7f5476f3551998a58d3e976ab90cde7b0d05db2b3be97f4e8e2c3474755ff38739268 SHA512 44e281486c44fa1611042ab658b9833a75f9613b7f896863613cfb99de66d13607fb1e9064f42ea3d89ca7951113465a90fd96ca4544262f165f78bd5261f5a8
23 DIST llvmorg-11.1.0-rc2.tar.gz 122794772 BLAKE2B ab533f078d9d6c37e27c578866a07896344a0b4cf4ebf6402f4fa490213e017310d1c882bf63e552e99a5b4f6d1d8c01413420713b200bfa6732eff64f3c47a9 SHA512 88d8f1d938f0ba7ec39478d03a35c09a30bea51735276205494265b1061621b3ebcda8ee4211e896783b1b99a377c9fa68046118b0d6cb7fcb7bea1e960f95b7
24 +DIST llvmorg-12.0.0-rc1.tar.gz 134164708 BLAKE2B d4261ff7d9586b47f4cfda3d2cda4b76534f9e17fbd5cdb8861895b8eb466021962f4608bfcdeb52f8fce78850a994fd5eda0560f7211e5c8d1ac9330a738a36 SHA512 3d07d013d0705bb99f56898cc55d054d0d95aeb53b3c756cfab80b4c9097cc4935bcea89b9efde2e503a899b9fccf0dacc0073c9991c8ea352755c5ec68a757a
25 DIST llvmorg-9.0.1.tar.gz 113193320 BLAKE2B b86e405f2b8e00436045fd409fe19cdde75c797b1192c62a22b5ec75e6b4dc8e874a0f33008dc31562445e4cbe53a992b6f48c684255a6a1ef261e595b8b161f SHA512 fa88beeaae94b6d0cd9b5ba38658d0ffed8004035d7d8a4f95c3d31a709b88b581ae9bd7761333c8e5375c44b8f6be01768b5a3be901163159d7e6c43b71da59
26
27 diff --git a/sys-libs/libcxxabi/libcxxabi-12.0.0_rc1.ebuild b/sys-libs/libcxxabi/libcxxabi-12.0.0_rc1.ebuild
28 new file mode 100644
29 index 00000000000..64097031336
30 --- /dev/null
31 +++ b/sys-libs/libcxxabi/libcxxabi-12.0.0_rc1.ebuild
32 @@ -0,0 +1,121 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +CMAKE_ECLASS=cmake
39 +PYTHON_COMPAT=( python3_{6..9} )
40 +inherit cmake-multilib llvm llvm.org python-any-r1 toolchain-funcs
41 +
42 +DESCRIPTION="Low level support for a standard C++ library"
43 +HOMEPAGE="https://libcxxabi.llvm.org/"
44 +
45 +LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
46 +SLOT="0"
47 +KEYWORDS=""
48 +IUSE="+libunwind +static-libs test elibc_musl"
49 +RESTRICT="!test? ( test )"
50 +
51 +RDEPEND="
52 + libunwind? (
53 + || (
54 + >=sys-libs/libunwind-1.0.1-r1[static-libs?,${MULTILIB_USEDEP}]
55 + >=sys-libs/llvm-libunwind-3.9.0-r1[static-libs?,${MULTILIB_USEDEP}]
56 + )
57 + )"
58 +# llvm-6 for new lit options
59 +DEPEND="${RDEPEND}
60 + >=sys-devel/llvm-6"
61 +BDEPEND="
62 + test? ( >=sys-devel/clang-3.9.0
63 + $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
64 + )"
65 +
66 +# libcxx is needed uncondtionally for the headers
67 +LLVM_COMPONENTS=( libcxx{abi,} llvm/cmake/modules )
68 +llvm.org_set_globals
69 +
70 +python_check_deps() {
71 + has_version "dev-python/lit[${PYTHON_USEDEP}]"
72 +}
73 +
74 +pkg_setup() {
75 + # darwin prefix builds do not have llvm installed yet, so rely on bootstrap-prefix
76 + # to set the appropriate path vars to LLVM instead of using llvm_pkg_setup.
77 + if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
78 + llvm_pkg_setup
79 + fi
80 + use test && python-any-r1_pkg_setup
81 +}
82 +
83 +multilib_src_configure() {
84 + # link against compiler-rt instead of libgcc if we are using clang with libunwind
85 + local want_compiler_rt=OFF
86 + if use libunwind && tc-is-clang; then
87 + local compiler_rt=$($(tc-getCC) ${CFLAGS} ${CPPFLAGS} \
88 + ${LDFLAGS} -print-libgcc-file-name)
89 + if [[ ${compiler_rt} == *libclang_rt* ]]; then
90 + want_compiler_rt=ON
91 + fi
92 + fi
93 +
94 + local libdir=$(get_libdir)
95 + local mycmakeargs=(
96 + -DLIBCXXABI_LIBDIR_SUFFIX=${libdir#lib}
97 + -DLIBCXXABI_ENABLE_SHARED=ON
98 + -DLIBCXXABI_ENABLE_STATIC=$(usex static-libs)
99 + -DLIBCXXABI_USE_LLVM_UNWINDER=$(usex libunwind)
100 + -DLIBCXXABI_INCLUDE_TESTS=$(usex test)
101 + -DLIBCXXABI_USE_COMPILER_RT=${want_compiler_rt}
102 +
103 + -DLIBCXXABI_LIBCXX_INCLUDES="${WORKDIR}"/libcxx/include
104 + # upstream is omitting standard search path for this
105 + # probably because gcc & clang are bundling their own unwind.h
106 + -DLIBCXXABI_LIBUNWIND_INCLUDES="${EPREFIX}"/usr/include
107 + )
108 + if use test; then
109 + local clang_path=$(type -P "${CHOST:+${CHOST}-}clang" 2>/dev/null)
110 + [[ -n ${clang_path} ]] || die "Unable to find ${CHOST}-clang for tests"
111 +
112 + mycmakeargs+=(
113 + -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
114 + -DLLVM_LIT_ARGS="$(get_lit_flags);--param=cxx_under_test=${clang_path}"
115 + )
116 + fi
117 + cmake_src_configure
118 +}
119 +
120 +build_libcxx() {
121 + local -x LDFLAGS="${LDFLAGS} -L${BUILD_DIR}/$(get_libdir)"
122 + local CMAKE_USE_DIR=${WORKDIR}/libcxx
123 + local BUILD_DIR=${BUILD_DIR}/libcxx
124 + local mycmakeargs=(
125 + -DLIBCXX_LIBDIR_SUFFIX=
126 + -DLIBCXX_ENABLE_SHARED=OFF
127 + -DLIBCXX_ENABLE_STATIC=ON
128 + -DLIBCXX_ENABLE_EXPERIMENTAL_LIBRARY=OFF
129 + -DLIBCXX_CXX_ABI=libcxxabi
130 + -DLIBCXX_CXX_ABI_INCLUDE_PATHS="${S}"/include
131 + -DLIBCXX_ENABLE_ABI_LINKER_SCRIPT=OFF
132 + -DLIBCXX_HAS_MUSL_LIBC=$(usex elibc_musl)
133 + -DLIBCXX_HAS_GCC_S_LIB=OFF
134 + -DLIBCXX_INCLUDE_TESTS=OFF
135 + )
136 +
137 + cmake_src_configure
138 + cmake_src_compile
139 +}
140 +
141 +multilib_src_test() {
142 + # build a local copy of libc++ for testing to avoid circular dep
143 + build_libcxx
144 + mv "${BUILD_DIR}"/libcxx/lib/libc++* "${BUILD_DIR}/$(get_libdir)/" || die
145 +
146 + local -x LIT_PRESERVES_TMP=1
147 + cmake_build check-cxxabi
148 +}
149 +
150 +multilib_src_install_all() {
151 + insinto /usr/include/libcxxabi
152 + doins -r include/.
153 +}