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/llvm-libunwind/
Date: Wed, 04 Mar 2020 16:25:08
Message-Id: 1583339088.87f2b88a83f7572f512d4c7d81aab7a81c032429.mgorny@gentoo
1 commit: 87f2b88a83f7572f512d4c7d81aab7a81c032429
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 4 13:56:50 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 4 16:24:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f2b88a
7
8 sys-libs/llvm-libunwind: Bump to 10.0.0rc3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/llvm-libunwind/Manifest | 1 +
13 .../llvm-libunwind-10.0.0_rc3.ebuild | 126 +++++++++++++++++++++
14 2 files changed, 127 insertions(+)
15
16 diff --git a/sys-libs/llvm-libunwind/Manifest b/sys-libs/llvm-libunwind/Manifest
17 index 367d7edab45..c98784b85fa 100644
18 --- a/sys-libs/llvm-libunwind/Manifest
19 +++ b/sys-libs/llvm-libunwind/Manifest
20 @@ -6,4 +6,5 @@ DIST libunwind-7.1.0.src.tar.xz 79780 BLAKE2B 8f15dcf4a9c8cb45f17c72bf058eed13a6
21 DIST libunwind-8.0.1.src.tar.xz 87188 BLAKE2B 26f4d8ffbc8eb316e4e623280d6fe493e4c5c29489b90633c8215fe91349de7f7f0cfbfe8991ace11656d3782e13c7208b4a4adc04691746b4140187fba40043 SHA512 c115582ca879e215b97d24e4aa80696796383e79856cf26e40b4ddd6b255d598f9fa9867b30f0fd1691be770779835ac1d4b9a5e4a71424b18499b79ea37d060
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/llvm-libunwind/llvm-libunwind-10.0.0_rc3.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-10.0.0_rc3.ebuild
28 new file mode 100644
29 index 00000000000..d622d1cdee5
30 --- /dev/null
31 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-10.0.0_rc3.ebuild
32 @@ -0,0 +1,126 @@
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
40 +
41 +DESCRIPTION="C++ runtime stack unwinder from LLVM"
42 +HOMEPAGE="https://github.com/llvm-mirror/libunwind"
43 +LLVM_COMPONENTS=( libunwind )
44 +LLVM_TEST_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="debug +static-libs test"
51 +RESTRICT="!test? ( test )"
52 +
53 +RDEPEND="!sys-libs/libunwind"
54 +# llvm-6 for new lit options
55 +DEPEND="
56 + >=sys-devel/llvm-6"
57 +BDEPEND="
58 + test? ( >=sys-devel/clang-3.9.0
59 + $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )"
60 +
61 +# least intrusive of all
62 +CMAKE_BUILD_TYPE=RelWithDebInfo
63 +
64 +python_check_deps() {
65 + has_version "dev-python/lit[${PYTHON_USEDEP}]"
66 +}
67 +
68 +pkg_setup() {
69 + use test && python-any-r1_pkg_setup
70 +}
71 +
72 +multilib_src_configure() {
73 + local libdir=$(get_libdir)
74 +
75 + local mycmakeargs=(
76 + -DLLVM_LIBDIR_SUFFIX=${libdir#lib}
77 + -DLIBUNWIND_ENABLE_ASSERTIONS=$(usex debug)
78 + -DLIBUNWIND_ENABLE_STATIC=$(usex static-libs)
79 + -DLLVM_INCLUDE_TESTS=$(usex test)
80 +
81 + # support non-native unwinding; given it's small enough,
82 + # enable it unconditionally
83 + -DLIBUNWIND_ENABLE_CROSS_UNWINDING=ON
84 + )
85 + if use test; then
86 + local clang_path=$(type -P "${CHOST:+${CHOST}-}clang" 2>/dev/null)
87 + local jobs=${LIT_JOBS:-$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")}
88 +
89 + [[ -n ${clang_path} ]] || die "Unable to find ${CHOST}-clang for tests"
90 +
91 + mycmakeargs+=(
92 + -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
93 + -DLLVM_LIT_ARGS="-vv;-j;${jobs};--param=cxx_under_test=${clang_path}"
94 + -DLIBUNWIND_LIBCXX_PATH="${WORKDIR}/libcxx"
95 + )
96 + fi
97 +
98 + cmake-utils_src_configure
99 +}
100 +
101 +build_libcxxabi() {
102 + local -x LDFLAGS="${LDFLAGS} -L${BUILD_DIR}/$(get_libdir)"
103 + local CMAKE_USE_DIR=${WORKDIR}/libcxxabi
104 + local BUILD_DIR=${BUILD_DIR}/libcxxabi
105 + local mycmakeargs=(
106 + -DLIBCXXABI_LIBDIR_SUFFIX=
107 + -DLIBCXXABI_ENABLE_SHARED=OFF
108 + -DLIBCXXABI_ENABLE_STATIC=ONF
109 + -DLIBCXXABI_USE_LLVM_UNWINDER=ON
110 + -DLIBCXXABI_INCLUDE_TESTS=OFF
111 +
112 + -DLIBCXXABI_LIBCXX_INCLUDES="${WORKDIR}"/libcxx/include
113 + -DLIBCXXABI_LIBUNWIND_INCLUDES="${S}"/include
114 + )
115 +
116 + cmake-utils_src_configure
117 + cmake-utils_src_compile
118 +}
119 +
120 +build_libcxx() {
121 + local -x LDFLAGS="${LDFLAGS} -L${BUILD_DIR}/libcxxabi/lib -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 + -DLIBCXXABI_USE_LLVM_UNWINDER=ON
130 + -DLIBCXX_CXX_ABI=libcxxabi
131 + -DLIBCXX_CXX_ABI_INCLUDE_PATHS="${WORKDIR}"/libcxxabi/include
132 + -DLIBCXX_ENABLE_ABI_LINKER_SCRIPT=OFF
133 + -DLIBCXX_HAS_MUSL_LIBC=$(usex elibc_musl)
134 + -DLIBCXX_HAS_GCC_S_LIB=OFF
135 + -DLIBCXX_INCLUDE_TESTS=OFF
136 + )
137 +
138 + cmake-utils_src_configure
139 + cmake-utils_src_compile
140 +}
141 +
142 +multilib_src_test() {
143 + # build local copies of libc++ & libc++abi for testing to avoid
144 + # circular deps
145 + build_libcxxabi
146 + build_libcxx
147 + mv "${BUILD_DIR}"/libcxx*/lib/libc++* "${BUILD_DIR}/$(get_libdir)/" || die
148 +
149 + local -x LIT_PRESERVES_TMP=1
150 + cmake-utils_src_make check-unwind
151 +}
152 +
153 +multilib_src_install() {
154 + cmake-utils_src_install
155 +
156 + # install headers like sys-libs/libunwind
157 + doheader "${S}"/include/*.h
158 +}