summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@lanl.gov>2019-11-05 12:56:02 -0700
committerGitHub <noreply@github.com>2019-11-05 12:56:02 -0700
commit7c018bc2c8d46ef0d5629db19205227ec2e4327e (patch)
tree315e8979efad6c30c2ded75b6a229ee8443291a1
parent10f509b182559fbef7804e050633b750ce62efbd (diff)
downloadspack-7c018bc2c8d46ef0d5629db19205227ec2e4327e.tar.gz
spack-7c018bc2c8d46ef0d5629db19205227ec2e4327e.tar.bz2
spack-7c018bc2c8d46ef0d5629db19205227ec2e4327e.tar.xz
spack-7c018bc2c8d46ef0d5629db19205227ec2e4327e.zip
netcdf: fix headers in v4.7.2 (#13600)
-rw-r--r--var/spack/repos/builtin/packages/netcdf-c/package.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/netcdf-c/package.py b/var/spack/repos/builtin/packages/netcdf-c/package.py
index e548848be0..28018b7534 100644
--- a/var/spack/repos/builtin/packages/netcdf-c/package.py
+++ b/var/spack/repos/builtin/packages/netcdf-c/package.py
@@ -55,6 +55,9 @@ class NetcdfC(AutotoolsPackage):
# configure fails if curl is not installed.
# See https://github.com/Unidata/netcdf-c/issues/1390
patch('https://github.com/Unidata/netcdf-c/commit/e5315da1e748dc541d50796fb05233da65e86b6b.patch', sha256='10a1c3f7fa05e2c82457482e272bbe04d66d0047b237ad0a73e87d63d848b16c', when='@4.7.0')
+ # fix headers
+ patch('https://github.com/Unidata/netcdf-c/pull/1505.patch', sha256='f52db13c61b9c19aafe03c2a865163b540e9f6dee36e3a5f808f05fac59f2030', when='@4.7.2')
+ patch('https://github.com/Unidata/netcdf-c/pull/1508.patch', sha256='56532470875b9a97f3cf2a7d9ed16ef1612df3265ee38880c109428322ff3a40', when='@4.7.2')
variant('mpi', default=True,
description='Enable parallel I/O for netcdf-4')