legion: add streichler as maintainer (#20575)

* legion: add streichler as maintainer

* gasnet: add maintainers
This commit is contained in:
Christoph Junghans 2020-12-27 23:22:46 -07:00 committed by GitHub
parent aff2a3a8e1
commit 22b56e75c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,8 @@ class Gasnet(AutotoolsPackage):
homepage = "https://gasnet.lbl.gov"
url = "https://gasnet.lbl.gov/EX/GASNet-2020.3.0.tar.gz"
maintainers = ['PHHargrove', 'bonachea']
version('2020.3.0', sha256='019eb2d2284856e6fabe6c8c0061c874f10e95fa0265245f227fd3497f1bb274')
version('2019.9.0', sha256='117f5fdb16e53d0fa8a47a1e28cccab1d8020ed4f6e50163d985dc90226aaa2c')
version('2019.6.0', sha256='839ba115bfb48083c66b4c1c27703d73063b75d2f1e0501d5eab2ad7f0f776c8')

View File

@ -25,6 +25,8 @@ class Legion(CMakePackage):
url = "https://github.com/StanfordLegion/legion/tarball/legion-17.02.0"
git = "https://github.com/StanfordLegion/legion.git"
maintainers = ['streichler']
version('master', branch='master')
version('ctrl-rep', branch='control_replication')
version('20.03.0', sha256='ae5feedb5ed9f357b56424b9d73cea4f224a61e291e022556f796d1ff24d1244')