Spack packages now PEP8 compliant.
This commit is contained in:
@@ -28,8 +28,10 @@
|
||||
class Libmonitor(Package):
|
||||
"""Libmonitor is a library for process and thread control."""
|
||||
homepage = "https://github.com/HPCToolkit/libmonitor"
|
||||
version('20130218', git='https://github.com/HPCToolkit/libmonitor.git', commit='4f2311e')
|
||||
variant('krellpatch', default=False, description="build with openspeedshop based patch.")
|
||||
version('20130218', git='https://github.com/HPCToolkit/libmonitor.git',
|
||||
commit='4f2311e')
|
||||
variant('krellpatch', default=False,
|
||||
description="build with openspeedshop based patch.")
|
||||
|
||||
patch('libmonitorkrell-0000.patch', when='@20130218+krellpatch')
|
||||
patch('libmonitorkrell-0001.patch', when='@20130218+krellpatch')
|
||||
|
Reference in New Issue
Block a user