launchmon dependency added as comment, need Jira SPACK-21 fixed
This commit is contained in:
parent
f0f0c99c55
commit
6a185dfb24
1 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ class Stat(Package):
|
||||||
depends_on('libdwarf')
|
depends_on('libdwarf')
|
||||||
depends_on('dyninst')
|
depends_on('dyninst')
|
||||||
depends_on('graphlib')
|
depends_on('graphlib')
|
||||||
#depends_on('launchmon') # TODO: when added, path gets too long (Jira SPACK-20)!
|
#depends_on('launchmon') # TODO: when added, path gets too long (Jira SPACK-21)!
|
||||||
depends_on('mrnet')
|
depends_on('mrnet')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
|
@ -38,10 +38,10 @@ def install(self, spec, prefix):
|
||||||
my_libdwarf = spec['libdwarf']
|
my_libdwarf = spec['libdwarf']
|
||||||
|
|
||||||
# FIXME: Modify the configure line to suit your build system here.
|
# FIXME: Modify the configure line to suit your build system here.
|
||||||
# TODO: this uses the launchmon package, but path is too long (see depends_on above) (Jira SPACK-20)
|
# TODO: this uses the launchmon package, but path is too long (see depends_on above) (Jira SPACK-21)
|
||||||
#configure("--enable-gui", "--prefix=%s" %prefix, "--with-launchmon=%s" %my_launchmon.prefix, "--with-mrnet=%s" %my_mrnet.prefix, "--with-graphlib=%s" %my_graphlib.prefix, "--with-stackwalker=%s" %my_dyninst.prefix, "--with-libdwarf=%s" %my_libdwarf.prefix)
|
#configure("--enable-gui", "--prefix=%s" %prefix, "--with-launchmon=%s" %my_launchmon.prefix, "--with-mrnet=%s" %my_mrnet.prefix, "--with-graphlib=%s" %my_graphlib.prefix, "--with-stackwalker=%s" %my_dyninst.prefix, "--with-libdwarf=%s" %my_libdwarf.prefix)
|
||||||
|
|
||||||
# TODO: the configure line above is the proper one once Jira SPACK-20 is fixed
|
# TODO: the configure line above is the proper one once Jira SPACK-21 is fixed
|
||||||
configure("--enable-gui", "--prefix=%s" %prefix, "--with-launchmon=/collab/usr/global/tools/launchmon/chaos_5_x86_64_ib/launchmon-1.0.0-20140312", "--with-mrnet=%s" %my_mrnet.prefix, "--with-graphlib=%s" %my_graphlib.prefix, "--with-stackwalker=%s" %my_dyninst.prefix, "--with-libdwarf=%s" %my_libdwarf.prefix)
|
configure("--enable-gui", "--prefix=%s" %prefix, "--with-launchmon=/collab/usr/global/tools/launchmon/chaos_5_x86_64_ib/launchmon-1.0.0-20140312", "--with-mrnet=%s" %my_mrnet.prefix, "--with-graphlib=%s" %my_graphlib.prefix, "--with-stackwalker=%s" %my_dyninst.prefix, "--with-libdwarf=%s" %my_libdwarf.prefix)
|
||||||
|
|
||||||
# TODO: remove once Jira SPACK-19 is fixed
|
# TODO: remove once Jira SPACK-19 is fixed
|
||||||
|
|
Loading…
Reference in a new issue