Skip to content
Snippets Groups Projects
Unverified Commit 7c018bc2 authored by Christoph Junghans's avatar Christoph Junghans Committed by GitHub
Browse files

netcdf: fix headers in v4.7.2 (#13600)

parent 10f509b1
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,9 @@ def url_for_version(self, version):
# 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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment