sys-cluster/extrae: move dyninst to dev-libs

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-06-14 09:39:51 +02:00
parent 8b7453cc7b
commit 5f6d741bea
3 changed files with 4 additions and 2 deletions

View File

@@ -6,3 +6,5 @@ move net-misc/bee-node net-misc/bee
move kde-misc/skanpage media-gfx/skanpage move kde-misc/skanpage media-gfx/skanpage
move sys-cluster/KVTree dev-libs/KVTree move sys-cluster/KVTree dev-libs/KVTree
move sys-cluster/shuffile dev-libs/shuffile move sys-cluster/shuffile dev-libs/shuffile
move sys-cluster/dyninst dev-libs/dyninst

View File

@@ -43,8 +43,8 @@ CDEPEND="
clustering? ( sys-cluster/clusteringsuite[treedbscan] ) clustering? ( sys-cluster/clusteringsuite[treedbscan] )
dyninst? ( dyninst? (
dev-libs/boost:= dev-libs/boost:=
dev-libs/dyninst
dev-libs/libdwarf dev-libs/libdwarf
sys-cluster/dyninst
virtual/libelf virtual/libelf
) )
inotify? ( dev-libs/libevent ) inotify? ( dev-libs/libevent )

View File

@@ -22,7 +22,7 @@ process). Extrae generates trace files that can be later visualized with sys-clu
<!--<flag name="cupti">CUPTI is used to instrument CUDA calls</flag>--> <!--<flag name="cupti">CUPTI is used to instrument CUDA calls</flag>-->
<flag name="doc">Generates the documentation of this instrumentation package</flag> <flag name="doc">Generates the documentation of this instrumentation package</flag>
<flag name="dlsym">Use dlsym instead of PMPI</flag> <flag name="dlsym">Use dlsym instead of PMPI</flag>
<flag name="dyninst">Build with <pkg>sys-cluster/dyninst</pkg></flag> <flag name="dyninst">Build with <pkg>dev-libs/dyninst</pkg></flag>
<flag name="heterogeneous">Enable support for heterogeneous tracing</flag> <flag name="heterogeneous">Enable support for heterogeneous tracing</flag>
<flag name="inotify">Enable inotify support</flag> <flag name="inotify">Enable inotify support</flag>
<flag name="java">Enable support for tracing Java. This is necessary to create the connectors between |TRACE| and Java applications.</flag> <flag name="java">Enable support for tracing Java. This is necessary to create the connectors between |TRACE| and Java applications.</flag>