From 6f8c9edefc9cb0ae47e51d3e7331eeb102638b78 Mon Sep 17 00:00:00 2001 From: Edward Hartnett <38856240+edwardhartnett@users.noreply.github.com> Date: Fri, 24 Sep 2021 02:14:11 -0600 Subject: added NOAA ncio package (#26194) --- var/spack/repos/builtin/packages/ncio/package.py | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 var/spack/repos/builtin/packages/ncio/package.py diff --git a/var/spack/repos/builtin/packages/ncio/package.py b/var/spack/repos/builtin/packages/ncio/package.py new file mode 100644 index 0000000000..9374b43e84 --- /dev/null +++ b/var/spack/repos/builtin/packages/ncio/package.py @@ -0,0 +1,23 @@ +# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other +# Spack Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: (Apache-2.0 OR MIT) + +from spack import * + + +class Ncio(CMakePackage): + """This is a library used by NCEP GSI system to read the GFS forecast + files for use in data assimilation. + + This is part of NOAA's NCEPLIBS project.""" + + homepage = "https://github.com/NOAA-EMC/NCEPLIBS-ncio" + url = "https://github.com/NOAA-EMC/NCEPLIBS-ncio/archive/refs/tags/v1.0.0.tar.gz" + + maintainers = ['edwardhartnett', 'kgerheiser', 'Hang-Lei-NOAA'] + + version('1.0.0', sha256='2e2630b26513bf7b0665619c6c3475fe171a9d8b930e9242f5546ddf54749bd4') + + depends_on('mpi') + depends_on('netcdf-fortran') -- cgit v1.2.3-70-g09d2