diff options
author | Edward Hartnett <38856240+edwardhartnett@users.noreply.github.com> | 2021-09-21 14:49:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 14:49:13 -0600 |
commit | d865caa7f7ba871dcab355aa65329f29fe4bcaf5 (patch) | |
tree | ed4f209729be9c146cc8b52e74f4378df3b5b622 /var | |
parent | 981551b47f2f1c702645992e1293e618c6d3ae66 (diff) | |
download | spack-d865caa7f7ba871dcab355aa65329f29fe4bcaf5.tar.gz spack-d865caa7f7ba871dcab355aa65329f29fe4bcaf5.tar.bz2 spack-d865caa7f7ba871dcab355aa65329f29fe4bcaf5.tar.xz spack-d865caa7f7ba871dcab355aa65329f29fe4bcaf5.zip |
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
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/ip2/package.py | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/ip2/package.py b/var/spack/repos/builtin/packages/ip2/package.py index 778c1f01bf..aac5c0b538 100644 --- a/var/spack/repos/builtin/packages/ip2/package.py +++ b/var/spack/repos/builtin/packages/ip2/package.py @@ -7,14 +7,17 @@ from spack import * class Ip2(CMakePackage): - """The NCEP general interpolation library 2 (ip2lib) contains Fortran 90 - subprograms to be used for interpolating between nearly all grids used at - NCEP.""" + """The NCEP general interpolation library 2 (ip2lib) contains Fortran + 90 subprograms to be used for interpolating between nearly all + 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" 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') |