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: Wed, 04 Mar 2020 16:25:05
Message-Id: 1583339086.feb5cd36f70ae744c20775c7a6e00d7f814f6a5b.mgorny@gentoo
1 commit: feb5cd36f70ae744c20775c7a6e00d7f814f6a5b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 4 13:56:44 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 4 16:24:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb5cd36
7
8 sys-libs/libcxxabi: Bump to 10.0.0rc3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/libcxxabi/Manifest | 1 +
13 sys-libs/libcxxabi/libcxxabi-10.0.0_rc3.ebuild | 119 +++++++++++++++++++++++++
14 2 files changed, 120 insertions(+)
15
16 diff --git a/sys-libs/libcxxabi/Manifest b/sys-libs/libcxxabi/Manifest
17 index 3a136a8797a..d5e5eda8fc1 100644
18 --- a/sys-libs/libcxxabi/Manifest
19 +++ b/sys-libs/libcxxabi/Manifest
20 @@ -4,4 +4,5 @@ DIST libcxxabi-7.1.0.src.tar.xz 535180 BLAKE2B aa5952e3ca80f7ce2a0a79f3eaf385223
21 DIST libcxxabi-8.0.1.src.tar.xz 538356 BLAKE2B 52328c5890c9b9271877b953be30cc39be4758101e6b91ee45f06c81e960089523e80b83eb5c354336e4e0a140f7554640acf7b2d4fa619113f705108a314418 SHA512 577cfcb04ebb29ee84d35ed31aa8fecb28fc74b07ef7ff298f0fe2d440f823def73e092359c41d8d8600e6df18f55224ed89674d403c5ae56a7d7973487b8734
22 DIST llvmorg-10.0.0-rc1.tar.gz 120755822 BLAKE2B a729d37d96ba498cb865c6f708734dccb796b2caabb69167b9aa3b0e12c788f2a5980a048b99d5603da3d26af909fb31f406b4f4743cabae56c45f829a7bf695 SHA512 27137fc700971147c00ded6787eaae9f0bcf98c938fe227a5a559b38d983736f3d086f4ff6772d802c5f48a7d97a97c293261e4af88fcb5a720693b9cb5a4f02
23 DIST llvmorg-10.0.0-rc2.tar.gz 120795019 BLAKE2B 6e701eddbd2313e777c7b37dff8455a08d3c599d01055b60afc0319373d4709deb429aac6bf9e80c4d2e2ab8ade03bf5b398b6ccd8882e4bde608d10cdbf2284 SHA512 ee571c9258a2d9fc411964f56b0b92b2e7134349ed21dbe7963eb61ef65da506e0c4f7c69259a3b6cecec23f55d24636608287ee4457ee667031e141f8f09aae
24 +DIST llvmorg-10.0.0-rc3.tar.gz 120814170 BLAKE2B 432fe0c1e74d3020a269a256e6e456cbfa0b7166dd3f86df6caf3a55e1931c022285fe8afdc4d8998c729c5471acf5308abb336782ddec2ef9b0f58d1ccb5a3c SHA512 aad1df86063612d20c48ea7046940330fe2ac572a146be22ff71d9e65fa3438184cb39a2533fc6afd1e74df26909a9f0d24ebcd7d62e74728cfd81e447f2ffbf
25 DIST llvmorg-9.0.1.tar.gz 113193320 BLAKE2B b86e405f2b8e00436045fd409fe19cdde75c797b1192c62a22b5ec75e6b4dc8e874a0f33008dc31562445e4cbe53a992b6f48c684255a6a1ef261e595b8b161f SHA512 fa88beeaae94b6d0cd9b5ba38658d0ffed8004035d7d8a4f95c3d31a709b88b581ae9bd7761333c8e5375c44b8f6be01768b5a3be901163159d7e6c43b71da59
26
27 diff --git a/sys-libs/libcxxabi/libcxxabi-10.0.0_rc3.ebuild b/sys-libs/libcxxabi/libcxxabi-10.0.0_rc3.ebuild
28 new file mode 100644
29 index 00000000000..de7c2b4fb58
30 --- /dev/null
31 +++ b/sys-libs/libcxxabi/libcxxabi-10.0.0_rc3.ebuild
32 @@ -0,0 +1,119 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +PYTHON_COMPAT=( python3_{6,7} )
39 +inherit cmake-multilib llvm llvm.org multiprocessing python-any-r1 toolchain-funcs
40 +
41 +DESCRIPTION="Low level support for a standard C++ library"
42 +HOMEPAGE="https://libcxxabi.llvm.org/"
43 +# libcxx is needed uncondtionally for the headers
44 +LLVM_COMPONENTS=( libcxx{abi,} )
45 +llvm.org_set_globals
46 +
47 +LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
48 +SLOT="0"
49 +KEYWORDS=""
50 +IUSE="+libunwind +static-libs test elibc_musl"
51 +RESTRICT="!test? ( test )"
52 +
53 +RDEPEND="
54 + libunwind? (
55 + || (
56 + >=sys-libs/libunwind-1.0.1-r1[static-libs?,${MULTILIB_USEDEP}]
57 + >=sys-libs/llvm-libunwind-3.9.0-r1[static-libs?,${MULTILIB_USEDEP}]
58 + )
59 + )"
60 +# llvm-6 for new lit options
61 +DEPEND="${RDEPEND}
62 + >=sys-devel/llvm-6"
63 +BDEPEND="
64 + test? ( >=sys-devel/clang-3.9.0
65 + $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )"
66 +
67 +# least intrusive of all
68 +CMAKE_BUILD_TYPE=RelWithDebInfo
69 +
70 +python_check_deps() {
71 + has_version "dev-python/lit[${PYTHON_USEDEP}]"
72 +}
73 +
74 +pkg_setup() {
75 + llvm_pkg_setup
76 + use test && python-any-r1_pkg_setup
77 +}
78 +
79 +multilib_src_configure() {
80 + # link against compiler-rt instead of libgcc if we are using clang with libunwind
81 + local want_compiler_rt=OFF
82 + if use libunwind && tc-is-clang; then
83 + local compiler_rt=$($(tc-getCC) ${CFLAGS} ${CPPFLAGS} \
84 + ${LDFLAGS} -print-libgcc-file-name)
85 + if [[ ${compiler_rt} == *libclang_rt* ]]; then
86 + want_compiler_rt=ON
87 + fi
88 + fi
89 +
90 + local libdir=$(get_libdir)
91 + local mycmakeargs=(
92 + -DLIBCXXABI_LIBDIR_SUFFIX=${libdir#lib}
93 + -DLIBCXXABI_ENABLE_SHARED=ON
94 + -DLIBCXXABI_ENABLE_STATIC=$(usex static-libs)
95 + -DLIBCXXABI_USE_LLVM_UNWINDER=$(usex libunwind)
96 + -DLIBCXXABI_INCLUDE_TESTS=$(usex test)
97 + -DLIBCXXABI_USE_COMPILER_RT=${want_compiler_rt}
98 +
99 + -DLIBCXXABI_LIBCXX_INCLUDES="${WORKDIR}"/libcxx/include
100 + # upstream is omitting standard search path for this
101 + # probably because gcc & clang are bundling their own unwind.h
102 + -DLIBCXXABI_LIBUNWIND_INCLUDES="${EPREFIX}"/usr/include
103 + )
104 + if use test; then
105 + local clang_path=$(type -P "${CHOST:+${CHOST}-}clang" 2>/dev/null)
106 + local jobs=${LIT_JOBS:-$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")}
107 +
108 + [[ -n ${clang_path} ]] || die "Unable to find ${CHOST}-clang for tests"
109 +
110 + mycmakeargs+=(
111 + -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
112 + -DLLVM_LIT_ARGS="-vv;-j;${jobs};--param=cxx_under_test=${clang_path}"
113 + )
114 + fi
115 + cmake-utils_src_configure
116 +}
117 +
118 +build_libcxx() {
119 + local -x LDFLAGS="${LDFLAGS} -L${BUILD_DIR}/$(get_libdir)"
120 + local CMAKE_USE_DIR=${WORKDIR}/libcxx
121 + local BUILD_DIR=${BUILD_DIR}/libcxx
122 + local mycmakeargs=(
123 + -DLIBCXX_LIBDIR_SUFFIX=
124 + -DLIBCXX_ENABLE_SHARED=OFF
125 + -DLIBCXX_ENABLE_STATIC=ON
126 + -DLIBCXX_ENABLE_EXPERIMENTAL_LIBRARY=OFF
127 + -DLIBCXX_CXX_ABI=libcxxabi
128 + -DLIBCXX_CXX_ABI_INCLUDE_PATHS="${S}"/include
129 + -DLIBCXX_ENABLE_ABI_LINKER_SCRIPT=OFF
130 + -DLIBCXX_HAS_MUSL_LIBC=$(usex elibc_musl)
131 + -DLIBCXX_HAS_GCC_S_LIB=OFF
132 + -DLIBCXX_INCLUDE_TESTS=OFF
133 + )
134 +
135 + cmake-utils_src_configure
136 + cmake-utils_src_compile
137 +}
138 +
139 +multilib_src_test() {
140 + # build a local copy of libc++ for testing to avoid circular dep
141 + build_libcxx
142 + mv "${BUILD_DIR}"/libcxx/lib/libc++* "${BUILD_DIR}/$(get_libdir)/" || die
143 +
144 + local -x LIT_PRESERVES_TMP=1
145 + cmake-utils_src_make check-libcxxabi
146 +}
147 +
148 +multilib_src_install_all() {
149 + insinto /usr/include/libcxxabi
150 + doins -r include/.
151 +}