update maintainers for bmi, darshan, and margo (#15356)

Signed-off-by: Phil Carns <carns@mcs.anl.gov>
This commit is contained in:
Adam J. Stewart 2020-03-05 15:00:52 -06:00 committed by GitHub
parent 24e6155bac
commit fde1b2088a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 1 deletions

View File

@ -12,6 +12,8 @@ class Bmi(AutotoolsPackage):
homepage = 'https://xgitlab.cels.anl.gov/sds/bmi'
git = 'https://xgitlab.cels.anl.gov/sds/bmi.git'
maintainers = ['carns']
version('develop', branch='master')
depends_on('autoconf', type='build')

View File

@ -18,6 +18,8 @@ class DarshanRuntime(Package):
url = "http://ftp.mcs.anl.gov/pub/darshan/releases/darshan-3.1.0.tar.gz"
git = "https://xgitlab.cels.anl.gov/darshan/darshan.git"
maintainers = ['shanedsnyder', 'carns']
version('develop', branch='master')
version('3.1.7', sha256='9ba535df292727ac1e8025bdf2dc42942715205cad8319d925723fd88709e8d6')
version('3.1.6', sha256='21cb24e2a971c45e04476e00441b7fbea63d2afa727a5cf8b7a4a9d9004dd856')

View File

@ -16,6 +16,8 @@ class DarshanUtil(Package):
url = "http://ftp.mcs.anl.gov/pub/darshan/releases/darshan-3.1.0.tar.gz"
git = "https://xgitlab.cels.anl.gov/darshan/darshan.git"
maintainers = ['shanedsnyder', 'carns']
version('develop', branch='master')
version('3.1.7', sha256='9ba535df292727ac1e8025bdf2dc42942715205cad8319d925723fd88709e8d6')
version('3.1.6', sha256='21cb24e2a971c45e04476e00441b7fbea63d2afa727a5cf8b7a4a9d9004dd856')

View File

@ -13,7 +13,7 @@ class Margo(AutotoolsPackage):
url = "https://xgitlab.cels.anl.gov/sds/margo/-/archive/v0.4.3/margo-v0.4.3.tar.gz"
git = "https://xgitlab.cels.anl.gov/sds/margo.git"
maintainers = ['fbudin69500', 'chuckatkins']
maintainers = ['fbudin69500', 'chuckatkins', 'carns']
version('develop', branch='master')
version('0.4.3', sha256='61a634d6983bee2ffa06e1e2da4c541cb8f56ddd9dd9f8e04e8044fb38657475')