From 7c018bc2c8d46ef0d5629db19205227ec2e4327e Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Tue, 5 Nov 2019 12:56:02 -0700 Subject: netcdf: fix headers in v4.7.2 (#13600) --- var/spack/repos/builtin/packages/netcdf-c/package.py | 3 +++ 1 file changed, 3 insertions(+) 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') -- cgit v1.2.3-70-g09d2