Update libmonitor URL to point to google code.
This commit is contained in:
parent
8f9de17869
commit
6c4bac2ed8
@ -28,7 +28,7 @@ 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 = "http://hpctoolkit.org"
|
||||||
|
|
||||||
version('20130218', svn='https://outreach.scidac.gov/svn/libmonitor/trunk', revision=146)
|
version('20130218', svn='http://libmonitor.googlecode.com/svn/trunk/', revision=146)
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure("--prefix=" + prefix)
|
configure("--prefix=" + prefix)
|
||||||
|
Loading…
Reference in New Issue
Block a user