added NOAA maintainers to ip package (#26055)
This commit is contained in:
parent
0197b364a2
commit
65f285831e
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@
|
|||
class Ip(CMakePackage):
|
||||
"""The NCEP general interpolation library (iplib) contains Fortran 90
|
||||
subprograms to be used for interpolating between nearly all grids used at
|
||||
NCEP."""
|
||||
NCEP. This is part of the NCEPLIBS project."""
|
||||
|
||||
homepage = "https://noaa-emc.github.io/NCEPLIBS-ip"
|
||||
url = "https://github.com/NOAA-EMC/NCEPLIBS-ip/archive/refs/tags/v3.3.3.tar.gz"
|
||||
|
||||
maintainers = ['t-brown']
|
||||
maintainers = ['t-brown', 'kgerheiser', 'edwardhartnett', 'Hang-Lei-NOAA']
|
||||
|
||||
version('3.3.3', sha256='d5a569ca7c8225a3ade64ef5cd68f3319bcd11f6f86eb3dba901d93842eb3633')
|
||||
|
||||
|
|
Loading…
Reference in a new issue