petsc: add in maintainers (#5729)

This commit is contained in:
Satish Balay 2017-10-12 16:09:47 -05:00 committed by Christoph Junghans
parent 8ff8b7476c
commit 59163f9750

View File

@ -37,6 +37,8 @@ class Petsc(Package):
homepage = "http://www.mcs.anl.gov/petsc/index.html"
url = "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.5.3.tar.gz"
maintainers = ['balay', 'barrysmith']
version('develop', git='https://bitbucket.org/petsc/petsc.git', tag='master')
version('xsdk-0.2.0', git='https://bitbucket.org/petsc/petsc.git', tag='xsdk-0.2.0')