diff options
author | Elizabeth Fischer <rpf2116@columbia.edu> | 2016-04-03 00:10:22 -0400 |
---|---|---|
committer | Elizabeth Fischer <rpf2116@columbia.edu> | 2016-04-03 00:10:22 -0400 |
commit | 40c279ef95a92ef3274fda7ae8dbff4c790ff4cd (patch) | |
tree | 0d283245bbb9cd62c07de34b5d08da74048dcbc4 /var | |
parent | 2126683203f4b8bf88aac539bac8bd8643f5bee1 (diff) | |
download | spack-40c279ef95a92ef3274fda7ae8dbff4c790ff4cd.tar.gz spack-40c279ef95a92ef3274fda7ae8dbff4c790ff4cd.tar.bz2 spack-40c279ef95a92ef3274fda7ae8dbff4c790ff4cd.tar.xz spack-40c279ef95a92ef3274fda7ae8dbff4c790ff4cd.zip |
Fixed evil non-ASCII quotes
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/netcdf-cxx/package.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/netcdf-cxx/package.py b/var/spack/repos/builtin/packages/netcdf-cxx/package.py index 582a8e70b4..8aa1d8b236 100644 --- a/var/spack/repos/builtin/packages/netcdf-cxx/package.py +++ b/var/spack/repos/builtin/packages/netcdf-cxx/package.py @@ -1,10 +1,10 @@ from spack import * class NetcdfCxx(Package): - “””Deprecated 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.””” + NetCDF C++ bindings, in Spack package netcdf-cxx4.""" homepage = "http://www.unidata.ucar.edu/software/netcdf" url = "http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-cxx-4.2.tar.gz" |