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:
parent
121ef695e3
commit
8e50c08b3f
20
var/spack/repos/builtin/packages/netcdf95/package.py
Normal file
20
var/spack/repos/builtin/packages/netcdf95/package.py
Normal 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")
|
Loading…
Reference in New Issue
Block a user