Add NetCDF95 package. (#36959)

* Add NetCDF95 package.
  NetCDF95 is an alternative Fortran interface to the NetCDF library which uses Fortran   2003 features.
* [@spackbot] updating style on behalf of RemiLacroix-IDRIS

---------

Co-authored-by: RemiLacroix-IDRIS <RemiLacroix-IDRIS@users.noreply.github.com>
This commit is contained in:
Rémi Lacroix 2023-04-17 19:02:54 +02:00 committed by GitHub
parent 121ef695e3
commit 8e50c08b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,20 @@
# Copyright 2013-2023 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.package import *
class Netcdf95(CMakePackage):
"""NetCDF95 is an alternative Fortran interface to the NetCDF library
which uses Fortran 2003 features."""
homepage = "https://lguez.github.io/NetCDF95/"
git = "https://github.com/lguez/NetCDF95.git"
maintainers = ["RemiLacroix-IDRIS"]
version("0.3", tag="v0.3", submodules=True)
depends_on("netcdf-fortran")