ip2: add NOAA software maintainers and deprecation note (#26107)

* added NOAA software maintainers to maintainer list, added comment about library being deprecated

* deleted trailing whitespace
This commit is contained in:
Edward Hartnett 2021-09-21 14:49:13 -06:00 committed by GitHub
parent 981551b47f
commit d865caa7f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,17 @@
class Ip2(CMakePackage): class Ip2(CMakePackage):
"""The NCEP general interpolation library 2 (ip2lib) contains Fortran 90 """The NCEP general interpolation library 2 (ip2lib) contains Fortran
subprograms to be used for interpolating between nearly all grids used at 90 subprograms to be used for interpolating between nearly all
NCEP.""" grids used at NCEP. This library is deprecated; all functionality
has been moved to the ip library.
This is part of the NCEPLIBS project."""
homepage = "https://github.com/NOAA-EMC/NCEPLIBS-ip2" homepage = "https://github.com/NOAA-EMC/NCEPLIBS-ip2"
url = "https://github.com/NOAA-EMC/NCEPLIBS-ip2/archive/refs/tags/v1.1.2.tar.gz" url = "https://github.com/NOAA-EMC/NCEPLIBS-ip2/archive/refs/tags/v1.1.2.tar.gz"
maintainers = ['t-brown'] maintainers = ['t-brown', 'kgerheiser', 'Hang-Lei-NOAA', 'edwardhartnett']
version('1.1.2', sha256='73c6beec8fd463ec7ccba3633d8c5d53d385c43d507367efde918c2db0af42ab') version('1.1.2', sha256='73c6beec8fd463ec7ccba3633d8c5d53d385c43d507367efde918c2db0af42ab')