for LaunchMON added latest git commit and dependences

This commit is contained in:
Gregory L. Lee 2015-07-08 11:25:41 -07:00
parent ddfc276688
commit 2e37523428

View file

@ -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(