summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/bufr/package.py12
1 files changed, 8 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/bufr/package.py b/var/spack/repos/builtin/packages/bufr/package.py
index abea086131..8550e5c4a2 100644
--- a/var/spack/repos/builtin/packages/bufr/package.py
+++ b/var/spack/repos/builtin/packages/bufr/package.py
@@ -7,13 +7,17 @@ from spack import *
class Bufr(CMakePackage):
- """The NOAA bufr library contains subroutines, functions and other utilities
- that can be used to read (decode) and write (encode) data in BUFR, which
- is a WMO standard format for the exchange of meteorological data."""
+ """The NOAA bufr library contains subroutines, functions and other
+ utilities that can be used to read (decode) and write (encode)
+ data in BUFR, which is a WMO standard format for the exchange of
+ meteorological data. This is part of the NCEPLIBS project.
+
+ """
homepage = "https://noaa-emc.github.io/NCEPLIBS-bufr"
url = "https://github.com/NOAA-EMC/NCEPLIBS-bufr/archive/refs/tags/bufr_v11.5.0.tar.gz"
- maintainers = ['t-brown']
+ maintainers = ['t-brown', 'kgerheiser', 'edwardhartnett', 'Hang-Lei-NOAA',
+ 'jbathegit']
version('11.5.0', sha256='d154839e29ef1fe82e58cf20232e9f8a4f0610f0e8b6a394b7ca052e58f97f43')