for LaunchMON added latest git commit and dependences
This commit is contained in:
parent
ddfc276688
commit
2e37523428
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@ class Launchmon(Package):
|
||||||
url = "http://downloads.sourceforge.net/project/launchmon/launchmon/1.0.1%20release/launchmon-1.0.1.tar.gz"
|
url = "http://downloads.sourceforge.net/project/launchmon/launchmon/1.0.1%20release/launchmon-1.0.1.tar.gz"
|
||||||
|
|
||||||
version('1.0.1', '2f12465803409fd07f91174a4389eb2b')
|
version('1.0.1', '2f12465803409fd07f91174a4389eb2b')
|
||||||
|
version('1.0.1-2', git='https://github.com/scalability-llnl/launchmon.git', commit='ff7e22424b8f375318951eb1c9282fcbbfa8aadf')
|
||||||
|
|
||||||
|
depends_on('autoconf')
|
||||||
|
depends_on('automake')
|
||||||
|
depends_on('libtool')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure(
|
configure(
|
||||||
|
|
Loading…
Reference in a new issue