sigio: add NOAA software maintainers (#26109)
This commit is contained in:
parent
22cfc19bcb
commit
d278837316
@ -8,11 +8,13 @@
|
|||||||
|
|
||||||
class Sigio(CMakePackage):
|
class Sigio(CMakePackage):
|
||||||
"""The SIGIO library provides an Application Program Interface for performing
|
"""The SIGIO library provides an Application Program Interface for performing
|
||||||
I/O on the sigma restart file of the global spectral model."""
|
I/O on the sigma restart file of the NOAA global spectral model.
|
||||||
|
|
||||||
|
This is part of the NCEPLIBS project."""
|
||||||
|
|
||||||
homepage = "https://noaa-emc.github.io/NCEPLIBS-sigio"
|
homepage = "https://noaa-emc.github.io/NCEPLIBS-sigio"
|
||||||
url = "https://github.com/NOAA-EMC/NCEPLIBS-sigio/archive/refs/tags/v2.3.2.tar.gz"
|
url = "https://github.com/NOAA-EMC/NCEPLIBS-sigio/archive/refs/tags/v2.3.2.tar.gz"
|
||||||
|
|
||||||
maintainers = ['t-brown']
|
maintainers = ['t-brown', 'kgerheiser', 'Hang-Lei-NOAA', 'edwardhartnett']
|
||||||
|
|
||||||
version('2.3.2', sha256='333f3cf3a97f97103cbafcafc2ad89b24faa55b1332a98adc1637855e8a5b613')
|
version('2.3.2', sha256='333f3cf3a97f97103cbafcafc2ad89b24faa55b1332a98adc1637855e8a5b613')
|
||||||
|
Loading…
Reference in New Issue
Block a user