w3emc: add NOAA software maintainers (#26110)

This commit is contained in:
Edward Hartnett 2021-09-21 17:54:19 -06:00 committed by GitHub
parent d34b2638c7
commit 90d953d3f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,13 @@
class W3emc(CMakePackage): class W3emc(CMakePackage):
"""This library contains Fortran 90 decoder/encoder routines for GRIB """This library contains Fortran 90 decoder/encoder routines for GRIB
edition 1 with EMC changes.""" edition 1 with EMC changes.
This is part of the NCEPLIBS project."""
homepage = "https://noaa-emc.github.io/NCEPLIBS-w3emc/" homepage = "https://noaa-emc.github.io/NCEPLIBS-w3emc/"
url = "https://github.com/NOAA-EMC/NCEPLIBS-w3emc/archive/refs/tags/v2.9.0.tar.gz" url = "https://github.com/NOAA-EMC/NCEPLIBS-w3emc/archive/refs/tags/v2.9.0.tar.gz"
maintainers = ['t-brown'] maintainers = ['t-brown', 'kgerheiser', 'Hang-Lei-NOAA', 'edwardhartnett']
version('2.9.0', sha256='994f59635ab91e34e96cab5fbaf8de54389d09461c7bac33b3104a1187e6c98a') version('2.9.0', sha256='994f59635ab91e34e96cab5fbaf8de54389d09461c7bac33b3104a1187e6c98a')