Add Dong's 1.0.1 release URL to the launchmon package.
This commit is contained in:
parent
554f554dc2
commit
f092572672
@ -26,17 +26,14 @@
|
|||||||
|
|
||||||
class Launchmon(Package):
|
class Launchmon(Package):
|
||||||
homepage = "http://sourceforge.net/projects/launchmon"
|
homepage = "http://sourceforge.net/projects/launchmon"
|
||||||
url = "file:///usr/global/tools/launchmon/archives/launchmon-code-481-trunk.zip"
|
url = "http://downloads.sourceforge.net/project/launchmon/launchmon/1.0.1%20release/launchmon-1.0.1.tar.gz"
|
||||||
force_url = True
|
|
||||||
list_url = "http://sourceforge.net/p/launchmon/code/HEAD/tree"
|
|
||||||
|
|
||||||
versions = {'1.0.0' : '386cff2a2b62d41c952d6d9c812fb757'}
|
versions = { '1.0.1' : '2f12465803409fd07f91174a4389eb2b' }
|
||||||
# patch('patch.lmon_install_dir', level=0)
|
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure(
|
configure(
|
||||||
"--prefix=" + prefix,
|
"--prefix=" + prefix,
|
||||||
"--with-bootfabric=pmgr",
|
"--with-bootfabric=cobo",
|
||||||
"--with-rm=slurm")
|
"--with-rm=slurm")
|
||||||
|
|
||||||
# TODO: remove once Jira SPACK-19 is fixed
|
# TODO: remove once Jira SPACK-19 is fixed
|
||||||
|
Loading…
Reference in New Issue
Block a user