Merge pull request #1438 from jgalarowicz/update-libmonitor
Update libmonitor to use its new github location, it does not exist w…
This commit is contained in:
commit
3c6f6fc811
@ -24,19 +24,17 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
from spack import *
|
from spack import *
|
||||||
|
|
||||||
|
|
||||||
class Libmonitor(Package):
|
class Libmonitor(Package):
|
||||||
"""Libmonitor is a library for process and thread control."""
|
"""Libmonitor is a library for process and thread control."""
|
||||||
homepage = "http://hpctoolkit.org"
|
homepage = "https://github.com/HPCToolkit/libmonitor"
|
||||||
|
version('20130218', git='https://github.com/HPCToolkit/libmonitor.git', commit='4f2311e')
|
||||||
version('20130218', svn='http://libmonitor.googlecode.com/svn/trunk/', revision=146)
|
|
||||||
variant('krellpatch', default=False, description="build with openspeedshop based patch.")
|
variant('krellpatch', default=False, description="build with openspeedshop based patch.")
|
||||||
|
|
||||||
|
|
||||||
patch('libmonitorkrell-0000.patch', when='@20130218+krellpatch')
|
patch('libmonitorkrell-0000.patch', when='@20130218+krellpatch')
|
||||||
patch('libmonitorkrell-0001.patch', when='@20130218+krellpatch')
|
patch('libmonitorkrell-0001.patch', when='@20130218+krellpatch')
|
||||||
patch('libmonitorkrell-0002.patch', when='@20130218+krellpatch')
|
patch('libmonitorkrell-0002.patch', when='@20130218+krellpatch')
|
||||||
|
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure("--prefix=" + prefix)
|
configure("--prefix=" + prefix)
|
||||||
make()
|
make()
|
||||||
|
Loading…
Reference in New Issue
Block a user