From b340a22e7cf6c013bc6cd75569a112d2a3edbc49 Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Mon, 23 May 2022 14:00:26 +0200 Subject: [PATCH 1/2] add patch related to https://github.com/Unidata/netcdf-c/pull/2352 --- ...ave-rc-in-globalstate-rcinfo.triples.patch | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 N/NetCDF/bundled/patches/0004-save-rc-in-globalstate-rcinfo.triples.patch diff --git a/N/NetCDF/bundled/patches/0004-save-rc-in-globalstate-rcinfo.triples.patch b/N/NetCDF/bundled/patches/0004-save-rc-in-globalstate-rcinfo.triples.patch new file mode 100644 index 00000000000..ea02dd7c9b1 --- /dev/null +++ b/N/NetCDF/bundled/patches/0004-save-rc-in-globalstate-rcinfo.triples.patch @@ -0,0 +1,24 @@ +From bdafbf13ade3d75feeed07b9190c718e092ac3f6 Mon Sep 17 00:00:00 2001 +From: Alexander Barth +Date: Fri, 13 May 2022 13:44:35 +0200 +Subject: [PATCH] save rc in globalstate->rcinfo.triples + +--- + libdispatch/drc.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/libdispatch/drc.c b/libdispatch/drc.c +index 64d34bd5..d39f133a 100644 +--- a/libdispatch/drc.c ++++ b/libdispatch/drc.c +@@ -513,6 +513,7 @@ NC_rcfile_insert(const char* key, const char* value, const char* hostport) + + if(rc == NULL) { + rc = nclistnew(); ++ globalstate->rcinfo.triples = rc; + if(rc == NULL) {ret = NC_ENOMEM; goto done;} + } + triple = rclocate(key,hostport); +-- +2.25.1 + From a27b0c55d06b0d276ee978493d1d9ce6408e3993 Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Mon, 23 May 2022 21:55:07 +0200 Subject: [PATCH 2/2] bump version_offset --- N/NetCDF/NetCDF@julia-1.8/build_tarballs.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/N/NetCDF/NetCDF@julia-1.8/build_tarballs.jl b/N/NetCDF/NetCDF@julia-1.8/build_tarballs.jl index b14e6721c6a..c5a15f5533b 100644 --- a/N/NetCDF/NetCDF@julia-1.8/build_tarballs.jl +++ b/N/NetCDF/NetCDF@julia-1.8/build_tarballs.jl @@ -2,7 +2,7 @@ include("../common.jl") # Offset to add to the version number. Remember to always bump this. -version_offset = v"0.2.2" +version_offset = v"0.2.3" # Minimum Julia version supported: this is important to decide which versions of # the dependencies to use, in particular the JLL stdlibs.