Change spindle package to use hardcoded LaunchMON path

This commit is contained in:
Matthew LeGendre 2014-03-13 17:04:02 -07:00
parent 6f43da74ed
commit 008d7a3162

View file

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