Merge pull request #725 from citibeth/efischer/160402-NetCDFCXX
Added deprecation warning to netcdf-cxx
This commit is contained in:
commit
266f64d848
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
||||||
from spack import *
|
from spack import *
|
||||||
|
|
||||||
class NetcdfCxx(Package):
|
class NetcdfCxx(Package):
|
||||||
"""C++ compatibility bindings for NetCDF"""
|
"""Deprecated C++ compatibility bindings for NetCDF.
|
||||||
|
These do NOT read or write NetCDF-4 files, and are no longer
|
||||||
|
maintained by Unidata. Developers should migrate to current
|
||||||
|
NetCDF C++ bindings, in Spack package netcdf-cxx4."""
|
||||||
|
|
||||||
homepage = "http://www.unidata.ucar.edu/software/netcdf"
|
homepage = "http://www.unidata.ucar.edu/software/netcdf"
|
||||||
url = "http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-cxx-4.2.tar.gz"
|
url = "http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-cxx-4.2.tar.gz"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue