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/compiler-rt/
Date: Fri, 01 May 2020 08:54:13
Message-Id: 1588323225.31ad51746137a20bee413885110a2d2ad30f0739.mgorny@gentoo
1 commit: 31ad51746137a20bee413885110a2d2ad30f0739
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 1 08:46:49 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 1 08:53:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ad5174
7
8 sys-libs/compiler-rt: Remove 7*
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/compiler-rt/Manifest | 1 -
13 sys-libs/compiler-rt/compiler-rt-7.1.0.ebuild | 114 --------------------------
14 2 files changed, 115 deletions(-)
15
16 diff --git a/sys-libs/compiler-rt/Manifest b/sys-libs/compiler-rt/Manifest
17 index ae0d7c7596d..59cd9ea5602 100644
18 --- a/sys-libs/compiler-rt/Manifest
19 +++ b/sys-libs/compiler-rt/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST compiler-rt-7.1.0.src.tar.xz 1864248 BLAKE2B 42ab86416f7f85c5833cf85dbfb66b18a5d5cf53fa0560ad43b2ef39f5a2cd7ec1dbe4192cc8dac9b3f658b828c8306f26745c4d0e8f846d9f550ac22717eb33 SHA512 54d3ad80936f011dbf2ecebba3f1b7d4a156044b178228411ba855be5ec48eb646155b74dea1a96674adab6f93803456ae1435395e3240a4423a3f65f4566b55
22 DIST compiler-rt-8.0.1.src.tar.xz 1954204 BLAKE2B cbba1d5fb37385116920da39dea26739d09e3f11c392503f8bc45293f1ef00c97f6a9fbd3ba67094d7f1e532410d0eca461943dadfdb10646110470a8e3b5f1f SHA512 12bf1bdabe25c0c3a84cc73a718fe154573dd729ec3ff5e099bd5f74c6bec9c80521b87ded646d3b20dfdb9aa51dea0234281418c7eb81805e1dd5d3107d3d8e
23 DIST llvmorg-10.0.0.tar.gz 120804856 BLAKE2B 6b0254f5b913398cdcf2b2ec1ff219888706d2b79d5296590934714e42ac79f6a6547941ac2b1d2c4e6313dd18b6c7068e748aa6ac033e49fccbf5d355aa8191 SHA512 baa182d62fef1851836013ae8a1a00861ea89769778d67fb97b407a9de664e6c85da2af9c5b3f75d2bf34ff6b00004e531ca7e4b3115a26c0e61c575cf2303a0
24 DIST llvmorg-9.0.1.tar.gz 113193320 BLAKE2B b86e405f2b8e00436045fd409fe19cdde75c797b1192c62a22b5ec75e6b4dc8e874a0f33008dc31562445e4cbe53a992b6f48c684255a6a1ef261e595b8b161f SHA512 fa88beeaae94b6d0cd9b5ba38658d0ffed8004035d7d8a4f95c3d31a709b88b581ae9bd7761333c8e5375c44b8f6be01768b5a3be901163159d7e6c43b71da59
25
26 diff --git a/sys-libs/compiler-rt/compiler-rt-7.1.0.ebuild b/sys-libs/compiler-rt/compiler-rt-7.1.0.ebuild
27 deleted file mode 100644
28 index 1962c02d2f2..00000000000
29 --- a/sys-libs/compiler-rt/compiler-rt-7.1.0.ebuild
30 +++ /dev/null
31 @@ -1,114 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
38 -# (needed due to CMAKE_BUILD_TYPE != Gentoo)
39 -CMAKE_MIN_VERSION=3.7.0-r1
40 -PYTHON_COMPAT=( python2_7 )
41 -
42 -inherit cmake-utils flag-o-matic llvm multiprocessing \
43 - python-any-r1 toolchain-funcs
44 -
45 -DESCRIPTION="Compiler runtime library for clang (built-in part)"
46 -HOMEPAGE="https://llvm.org/"
47 -SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz"
48 -
49 -LICENSE="|| ( UoI-NCSA MIT )"
50 -SLOT="${PV%_*}"
51 -KEYWORDS="amd64 arm arm64 ~ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
52 -IUSE="+clang test"
53 -RESTRICT="!test? ( test ) !clang? ( test )"
54 -
55 -CLANG_SLOT=${SLOT%%.*}
56 -# llvm-6 for new lit options
57 -DEPEND="
58 - >=sys-devel/llvm-6
59 - clang? ( sys-devel/clang )
60 - test? (
61 - $(python_gen_any_dep "dev-python/lit[\${PYTHON_USEDEP}]")
62 - =sys-devel/clang-${PV%_*}*:${CLANG_SLOT} )
63 - ${PYTHON_DEPS}"
64 -
65 -S=${WORKDIR}/${P/_/}.src
66 -
67 -# least intrusive of all
68 -CMAKE_BUILD_TYPE=RelWithDebInfo
69 -
70 -python_check_deps() {
71 - use test || return 0
72 - has_version "dev-python/lit[${PYTHON_USEDEP}]"
73 -}
74 -
75 -pkg_pretend() {
76 - if ! use clang && ! tc-is-clang; then
77 - ewarn "Building using a compiler other than clang may result in broken atomics"
78 - ewarn "library. Enable USE=clang unless you have a very good reason not to."
79 - fi
80 -}
81 -
82 -pkg_setup() {
83 - llvm_pkg_setup
84 - python-any-r1_pkg_setup
85 -}
86 -
87 -test_compiler() {
88 - $(tc-getCC) ${CFLAGS} ${LDFLAGS} "${@}" -o /dev/null -x c - \
89 - <<<'int main() { return 0; }' &>/dev/null
90 -}
91 -
92 -src_configure() {
93 - # pre-set since we need to pass it to cmake
94 - BUILD_DIR=${WORKDIR}/${P}_build
95 -
96 - local nolib_flags=( -nodefaultlibs -lc )
97 - if use clang; then
98 - local -x CC=${CHOST}-clang
99 - local -x CXX=${CHOST}-clang++
100 - strip-unsupported-flags
101 - # ensure we can use clang before installing compiler-rt
102 - local -x LDFLAGS="${LDFLAGS} ${nolib_flags[*]}"
103 - elif ! test_compiler; then
104 - if test_compiler "${nolib_flags[@]}"; then
105 - local -x LDFLAGS="${LDFLAGS} ${nolib_flags[*]}"
106 - ewarn "${CC} seems to lack runtime, trying with ${nolib_flags[*]}"
107 - fi
108 - fi
109 -
110 - local mycmakeargs=(
111 - -DCOMPILER_RT_INSTALL_PATH="${EPREFIX}/usr/lib/clang/${SLOT}"
112 -
113 - -DCOMPILER_RT_INCLUDE_TESTS=$(usex test)
114 - -DCOMPILER_RT_BUILD_LIBFUZZER=OFF
115 - -DCOMPILER_RT_BUILD_PROFILE=OFF
116 - -DCOMPILER_RT_BUILD_SANITIZERS=OFF
117 - -DCOMPILER_RT_BUILD_XRAY=OFF
118 - )
119 -
120 - if use prefix && [[ "${CHOST}" == *-darwin* ]] ; then
121 - mycmakeargs+=(
122 - # disable use of SDK for the system itself
123 - -DDARWIN_macosx_CACHED_SYSROOT=/
124 - )
125 - fi
126 -
127 - if use test; then
128 - mycmakeargs+=(
129 - -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
130 - -DLLVM_LIT_ARGS="-vv;-j;${LIT_JOBS:-$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")}"
131 -
132 - -DCOMPILER_RT_TEST_COMPILER="${EPREFIX}/usr/lib/llvm/${CLANG_SLOT}/bin/clang"
133 - -DCOMPILER_RT_TEST_CXX_COMPILER="${EPREFIX}/usr/lib/llvm/${CLANG_SLOT}/bin/clang++"
134 - )
135 - fi
136 -
137 - cmake-utils_src_configure
138 -}
139 -
140 -src_test() {
141 - # respect TMPDIR!
142 - local -x LIT_PRESERVES_TMP=1
143 -
144 - cmake-utils_src_make check-builtins
145 -}