Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/otf2/
Date: Thu, 31 Mar 2022 13:27:41
Message-Id: 1648733254.0ba2f4a40d8556ca46daef1633a7fb8f56bf7634.Alessandro-Barbieri@gentoo
1 commit: 0ba2f4a40d8556ca46daef1633a7fb8f56bf7634
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 31 13:02:53 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Thu Mar 31 13:27:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ba2f4a4
7
8 sys-cluster/otf2: export CC
9
10 Closes: https://bugs.gentoo.org/804540
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 sys-cluster/otf2/otf2-2.3-r1.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-cluster/otf2/otf2-2.3-r1.ebuild b/sys-cluster/otf2/otf2-2.3-r1.ebuild
17 index bfe7036fa..c32248bad 100644
18 --- a/sys-cluster/otf2/otf2-2.3-r1.ebuild
19 +++ b/sys-cluster/otf2/otf2-2.3-r1.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 2019-2021 Gentoo Authors
22 +# Copyright 2019-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26
27 PYTHON_COMPAT=( pypy3 python3_{8..10} )
28
29 -inherit python-single-r1
30 +inherit python-single-r1 toolchain-funcs
31
32 DESCRIPTION="highly scalable, memory efficient event trace data format"
33 HOMEPAGE="https://www.vi-hps.org/projects/score-p"
34 @@ -29,6 +29,8 @@ RESTRICT="test" #tests are failing
35 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
36
37 src_configure() {
38 + tc-export CC
39 +
40 local myconf=(
41 --disable-platform-mic
42 --disable-static