diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2018-05-12 17:24:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-12 17:24:59 +0200 |
commit | 36ee0cbf883f72e88caaa05441dfbcadba406991 (patch) | |
tree | 57a15a2dcec8cc10847a6dffe4c70e58030d2dd7 | |
parent | 262de647926c877ecbe60518eee14c0023190fb3 (diff) | |
download | spack-36ee0cbf883f72e88caaa05441dfbcadba406991.tar.gz spack-36ee0cbf883f72e88caaa05441dfbcadba406991.tar.bz2 spack-36ee0cbf883f72e88caaa05441dfbcadba406991.tar.xz spack-36ee0cbf883f72e88caaa05441dfbcadba406991.zip |
netcdf: added version 4.6.1 (#8098)
-rw-r--r-- | var/spack/repos/builtin/packages/netcdf/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/netcdf/package.py b/var/spack/repos/builtin/packages/netcdf/package.py index c68950a855..43e910893f 100644 --- a/var/spack/repos/builtin/packages/netcdf/package.py +++ b/var/spack/repos/builtin/packages/netcdf/package.py @@ -45,6 +45,7 @@ class Netcdf(AutotoolsPackage): # Version 4.4.1.1 is having problems in tests # https://github.com/Unidata/netcdf-c/issues/343 + version('4.6.1', 'ee81c593efc8a6229d9bcb350b6d7849') version('4.4.1.1', '503a2d6b6035d116ed53b1d80c811bda') # netcdf@4.4.1 can crash on you (in real life and in tests). See: # https://github.com/Unidata/netcdf-c/issues/282 |