Change spindle package to use hardcoded LaunchMON path
This commit is contained in:
parent
6f43da74ed
commit
008d7a3162
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
configure("--prefix=" + prefix + " --with-launchmon=/collab/usr/global/tools/launchmon/chaos_5_x86_64_ib/launchmon-1.0.0-20140312")
|
||||
make()
|
||||
make("install")
|
||||
|
|
Loading…
Reference in a new issue