Fix spindle launchmon dependency

This commit is contained in:
Matthew LeGendre 2014-03-14 12:04:18 -07:00
parent 6147d52f2d
commit cfbf348982

View File

@ -31,9 +31,9 @@ class Spindle(Package):
versions = {'0.8.1' : 'f11793a6b9d8df2cd231fccb2857d912' }
# depends_on("launchmon")
depends_on("launchmon")
def install(self, spec, prefix):
configure("--prefix=" + prefix + " --with-launchmon=/collab/usr/global/tools/launchmon/chaos_5_x86_64_ib/launchmon-1.0.0-20140312")
configure("--prefix=" + prefix)
make()
make("install")