mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
sys-cluster/otf2: export CC
Closes: https://bugs.gentoo.org/804540 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# Copyright 2019-2021 Gentoo Authors
|
||||
# Copyright 2019-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( pypy3 python3_{8..10} )
|
||||
|
||||
inherit python-single-r1
|
||||
inherit python-single-r1 toolchain-funcs
|
||||
|
||||
DESCRIPTION="highly scalable, memory efficient event trace data format"
|
||||
HOMEPAGE="https://www.vi-hps.org/projects/score-p"
|
||||
@@ -29,6 +29,8 @@ RESTRICT="test" #tests are failing
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_configure() {
|
||||
tc-export CC
|
||||
|
||||
local myconf=(
|
||||
--disable-platform-mic
|
||||
--disable-static
|
||||
|
||||
Reference in New Issue
Block a user