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, 30 Jan 2020 20:51:40
Message-Id: 1580417485.cd9dbff5cb4311f0346d7e27c3bde5a289850469.mgorny@gentoo
1 commit: cd9dbff5cb4311f0346d7e27c3bde5a289850469
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 30 20:42:46 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 30 20:51:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd9dbff5
7
8 sys-libs/libcxxabi: Bump to 10.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-10.0.0_rc1.ebuild | 119 +++++++++++++++++++++++++
14 2 files changed, 120 insertions(+)
15
16 diff --git a/sys-libs/libcxxabi/Manifest b/sys-libs/libcxxabi/Manifest
17 index c99d08f392a..92fe814a621 100644
18 --- a/sys-libs/libcxxabi/Manifest
19 +++ b/sys-libs/libcxxabi/Manifest
20 @@ -2,4 +2,5 @@ DIST libcxx-7.1.0.src.tar.xz 1638448 BLAKE2B eca192e03f839f4323e3c37beba2e6daaf9
21 DIST libcxx-8.0.1.src.tar.xz 1739524 BLAKE2B 6e641cb6bda0de12c8408d3ab33f627389ac014aa65b3391c870aa96ffd347784e6b70b953bd1ee8eba56554e0f78a723ab77b9dba5f85e6219e2b95ca50c160 SHA512 75749d08b2b343c6f5f9aefb04be63e42f6d12efc51101d3647ed6f70c7a6d050afb3ab2f3636eae78cb523f5844de67b960a7a3145ed89ab0c7015deb14921e
22 DIST libcxxabi-7.1.0.src.tar.xz 535180 BLAKE2B aa5952e3ca80f7ce2a0a79f3eaf3852234e23a8445a2539374bedb188aba7d973763a6c0d7cc7700070d942555250f87c3c9efb504bb731985be033d47b79b44 SHA512 629ef641ab5aba28ea7171efbad806f1f0464eee2d04f8903014a4f82c03f2c6513defbbe5489b2c6fd624270fe8efbad97a40e56958f8f38a4f5516a16dd102
23 DIST libcxxabi-8.0.1.src.tar.xz 538356 BLAKE2B 52328c5890c9b9271877b953be30cc39be4758101e6b91ee45f06c81e960089523e80b83eb5c354336e4e0a140f7554640acf7b2d4fa619113f705108a314418 SHA512 577cfcb04ebb29ee84d35ed31aa8fecb28fc74b07ef7ff298f0fe2d440f823def73e092359c41d8d8600e6df18f55224ed89674d403c5ae56a7d7973487b8734
24 +DIST llvmorg-10.0.0-rc1.tar.gz 120755822 BLAKE2B a729d37d96ba498cb865c6f708734dccb796b2caabb69167b9aa3b0e12c788f2a5980a048b99d5603da3d26af909fb31f406b4f4743cabae56c45f829a7bf695 SHA512 27137fc700971147c00ded6787eaae9f0bcf98c938fe227a5a559b38d983736f3d086f4ff6772d802c5f48a7d97a97c293261e4af88fcb5a720693b9cb5a4f02
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_rc1.ebuild b/sys-libs/libcxxabi/libcxxabi-10.0.0_rc1.ebuild
28 new file mode 100644
29 index 00000000000..d096ef10967
30 --- /dev/null
31 +++ b/sys-libs/libcxxabi/libcxxabi-10.0.0_rc1.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=( python{2_7,3_{6,7}} )
39 +inherit cmake-multilib llvm llvm.org multiprocessing python-any-r1
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 +}