sys-cluster/TCL: move TCL use expand to profiles/desc

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-27 01:51:09 +02:00
parent 60e60e919b
commit 602f6bb7a7
3 changed files with 18 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2019-2021 Gentoo Authors
# Copyright 2019-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,10 +13,10 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE_TCL="
tcl-debug
tcl-instrumentation
tcl-instrumentation-debug
+tcl-performance
tcl_debug
tcl_instrumentation
tcl_instrumentation-debug
+tcl_performance
"
IUSE="${IUSE_TCL} fti scr veloc"
@@ -46,10 +46,10 @@ src_configure() {
--includedir="${EPREFIX}/usr/include/TCL"
--with-mpi="${EPREFIX}/usr"
$(use_enable tcl-debug debug)
$(use_enable tcl-instrumentation instrumentation)
$(use_enable tcl-instrumentation-debug instrumentation-debug)
$(use_enable tcl-performance performance)
$(use_enable tcl_debug debug)
$(use_enable tcl_instrumentation instrumentation)
$(use_enable tcl_instrumentation-debug instrumentation-debug)
$(use_enable tcl_performance performance)
)
if use fti; then

View File

@@ -12,10 +12,6 @@
<use>
<flag name="fti">Enable <pkg>sys-cluster/fti</pkg> backend</flag>
<flag name="scr">Enable <pkg>sys-cluster/scr</pkg> backend</flag>
<flag name="tcl-debug">Build the debug version</flag>
<flag name="tcl-instrumentation">Build the instrumentation version</flag>
<flag name="tcl-instrumentation-debug">Build the instrumentation-debug version</flag>
<flag name="tcl-performance">Build the performance version</flag>
<flag name="veloc">Enable <pkg>sys-cluster/veloc</pkg> backend</flag>
</use>
</pkgmetadata>