* [bug#44208] [PATCH 0/3] Update netcdf. @ 2020-10-25 10:27 Christopher Baines 2020-10-25 10:35 ` [bug#44208] [PATCH 1/3] gnu: netcdf: Update to 4.7.4 Christopher Baines 2020-10-25 20:28 ` [bug#44208] [PATCH 0/3] Update netcdf Jonathan Brielmaier 0 siblings, 2 replies; 14+ messages in thread From: Christopher Baines @ 2020-10-25 10:27 UTC (permalink / raw) To: 44208; +Cc: Jonathan Brielmaier [-- Attachment #1: Type: text/plain, Size: 596 bytes --] This fixes an issue building qgis. Christopher Baines (3): gnu: netcdf: Update to 4.7.4. gnu: netcdf-fortran: Update to 4.5.3. gnu: python2-netcdf4: Remove package. gnu/local.mk | 1 - gnu/packages/maths.scm | 22 ++++++++++----------- gnu/packages/patches/netcdf-date-time.patch | 6 +++--- gnu/packages/patches/netcdf-tst_h_par.patch | 21 -------------------- gnu/packages/python-xyz.scm | 3 --- 5 files changed, 13 insertions(+), 40 deletions(-) delete mode 100644 gnu/packages/patches/netcdf-tst_h_par.patch [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 987 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* [bug#44208] [PATCH 1/3] gnu: netcdf: Update to 4.7.4. 2020-10-25 10:27 [bug#44208] [PATCH 0/3] Update netcdf Christopher Baines @ 2020-10-25 10:35 ` Christopher Baines 2020-10-25 10:35 ` [bug#44208] [PATCH 2/3] gnu: netcdf-fortran: Update to 4.5.3 Christopher Baines ` (3 more replies) 2020-10-25 20:28 ` [bug#44208] [PATCH 0/3] Update netcdf Jonathan Brielmaier 1 sibling, 4 replies; 14+ messages in thread From: Christopher Baines @ 2020-10-25 10:35 UTC (permalink / raw) To: 44208 This will fix an issue building qgis. * gnu/packages/maths.scm (netcdf): Update to 4.7.4. [source]: Remove the netcdf-tst_h_par.patch. [inputs]: Update hdf5 and add curl. * gnu/packages/patches/netcdf-tst_h_par.patch: Delete. * gnu/local.mk (dist_patch_DATA): Remove deleted patch. --- gnu/local.mk | 1 - gnu/packages/maths.scm | 18 ++++++++---------- gnu/packages/patches/netcdf-date-time.patch | 6 +++--- gnu/packages/patches/netcdf-tst_h_par.patch | 21 --------------------- 4 files changed, 11 insertions(+), 35 deletions(-) delete mode 100644 gnu/packages/patches/netcdf-tst_h_par.patch diff --git a/gnu/local.mk b/gnu/local.mk index 1a01360d72..0ada3b727b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1355,7 +1355,6 @@ dist_patch_DATA = \ %D%/packages/patches/m4-gnulib-libio.patch \ %D%/packages/patches/ncompress-fix-softlinks.patch \ %D%/packages/patches/netcdf-date-time.patch \ - %D%/packages/patches/netcdf-tst_h_par.patch \ %D%/packages/patches/netpbm-CVE-2017-2586.patch \ %D%/packages/patches/netpbm-CVE-2017-2587.patch \ %D%/packages/patches/netsurf-message-timestamp.patch \ diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index f7565dd885..d2631501aa 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1538,17 +1538,17 @@ similar to MATLAB, GNU Octave or SciPy.") (define-public netcdf (package (name "netcdf") - (version "4.4.1.1") + (version "4.7.4") (source (origin (method url-fetch) - (uri (string-append "ftp://ftp.unidata.ucar.edu/pub/netcdf/" - "netcdf-" version ".tar.gz")) + (uri (string-append + "https://www.unidata.ucar.edu/downloads/netcdf/ftp/" + "netcdf-c-" version ".tar.gz")) (sha256 (base32 - "1blc7ik5yin7i0ls2kag0a9xjk12m0dzx6v1x88az3ras3scci2d")) - (patches (search-patches "netcdf-date-time.patch" - "netcdf-tst_h_par.patch")))) + "1a2fpp15a2rl1m50gcvvzd9y6bavl6vjf9zzf63sz5gdmq06yiqf")) + (patches (search-patches "netcdf-date-time.patch")))) (build-system gnu-build-system) (native-inputs `(("m4" ,m4) @@ -1556,10 +1556,8 @@ similar to MATLAB, GNU Octave or SciPy.") ("graphviz" ,graphviz))) (inputs `(("hdf4" ,hdf4-alt) - - ;; XXX: The 'tst_nccopy4.sh' test fails when using hdf5-1.10. - ("hdf5" ,hdf5-1.8) - + ("hdf5" ,hdf5) + ("curl" ,curl) ("zlib" ,zlib) ("libjpeg" ,libjpeg-turbo))) (arguments diff --git a/gnu/packages/patches/netcdf-date-time.patch b/gnu/packages/patches/netcdf-date-time.patch index a4e7925aa1..0bdfc55299 100644 --- a/gnu/packages/patches/netcdf-date-time.patch +++ b/gnu/packages/patches/netcdf-date-time.patch @@ -3,9 +3,9 @@ @@ -13,7 +13,7 @@ #endif - /* Tell the user the version of netCDF. */ + /** @internal The version string for the library, used by + * nc_inq_libvers(). */ -static const char nc_libvers[] = PACKAGE_VERSION " of "__DATE__" "__TIME__" $"; -+static const char nc_libvers[] = PACKAGE_VERSION" $"; ++static const char nc_libvers[] = PACKAGE_VERSION " $"; /** - \defgroup lib_version Library Version diff --git a/gnu/packages/patches/netcdf-tst_h_par.patch b/gnu/packages/patches/netcdf-tst_h_par.patch deleted file mode 100644 index ac14a4c0a2..0000000000 --- a/gnu/packages/patches/netcdf-tst_h_par.patch +++ /dev/null @@ -1,21 +0,0 @@ -From a83702834938b23cc2e843589aa223e2024a7e6f Mon Sep 17 00:00:00 2001 -From: Orion Poplawski <orion@cora.nwra.com> -Date: Tue, 29 Nov 2016 11:48:01 -0700 -Subject: [PATCH] Add missing #include "err_macros.h" to tst_h_par.c - ---- - h5_test/tst_h_par.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/h5_test/tst_h_par.c b/h5_test/tst_h_par.c -index c3da7f4..a419d55 100644 ---- a/h5_test/tst_h_par.c -+++ b/h5_test/tst_h_par.c -@@ -11,6 +11,7 @@ - $Id: tst_h_par.c,v 1.15 2010/05/25 13:53:04 ed Exp $ - */ - #include <nc_tests.h> -+#include "err_macros.h" - #include <hdf5.h> - - /* Defining USE_MPE causes the MPE trace library to be used (and you -- 2.28.0 ^ permalink raw reply related [flat|nested] 14+ messages in thread
* [bug#44208] [PATCH 2/3] gnu: netcdf-fortran: Update to 4.5.3. 2020-10-25 10:35 ` [bug#44208] [PATCH 1/3] gnu: netcdf: Update to 4.7.4 Christopher Baines @ 2020-10-25 10:35 ` Christopher Baines 2020-10-25 10:35 ` [bug#44208] [PATCH 3/3] gnu: python2-netcdf4: Remove package Christopher Baines ` (2 subsequent siblings) 3 siblings, 0 replies; 14+ messages in thread From: Christopher Baines @ 2020-10-25 10:35 UTC (permalink / raw) To: 44208 This allows the package to build with netcdf 4.7.4. * gnu/packages/maths.scm (netcdf-fortran): Update to 4.5.3. --- gnu/packages/maths.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index d2631501aa..ba46937f9a 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1619,7 +1619,7 @@ sharing of scientific data.") (define-public netcdf-fortran (package (name "netcdf-fortran") - (version "4.4.4") + (version "4.5.3") (source (origin (method url-fetch) (uri (string-append @@ -1627,7 +1627,7 @@ sharing of scientific data.") version ".tar.gz")) (sha256 (base32 - "0xaxdcg1p83zmypwml3swsnr3ccn38inwldyr1l3wa4dbwbrblxj")))) + "0x4acvfhbsx1q79dkkwrwbgfhm0w5ngnp4zj5kk92s1khihmqfhj")))) (build-system gnu-build-system) (arguments `(#:parallel-tests? #f)) -- 2.28.0 ^ permalink raw reply related [flat|nested] 14+ messages in thread
* [bug#44208] [PATCH 3/3] gnu: python2-netcdf4: Remove package. 2020-10-25 10:35 ` [bug#44208] [PATCH 1/3] gnu: netcdf: Update to 4.7.4 Christopher Baines 2020-10-25 10:35 ` [bug#44208] [PATCH 2/3] gnu: netcdf-fortran: Update to 4.5.3 Christopher Baines @ 2020-10-25 10:35 ` Christopher Baines 2020-10-25 20:26 ` [bug#44208] [PATCH 1/3] gnu: netcdf: Update to 4.7.4 Jonathan Brielmaier 2020-10-26 10:52 ` Ludovic Courtès 3 siblings, 0 replies; 14+ messages in thread From: Christopher Baines @ 2020-10-25 10:35 UTC (permalink / raw) To: 44208 This fails to build, and as it's the Python 2 variant, I think it can be removed. * gnu/packages/python-xyz.scm (python2-netcdf4): Remove variable. --- gnu/packages/python-xyz.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0fe4703a27..4695869bc9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -958,9 +958,6 @@ to users of that module.") ;; by the Expat license. (license (list license:isc license:expat)))) -(define-public python2-netcdf4 - (package-with-python2 python-netcdf4)) - (define-public python-license-expression (package (name "python-license-expression") -- 2.28.0 ^ permalink raw reply related [flat|nested] 14+ messages in thread
* [bug#44208] [PATCH 1/3] gnu: netcdf: Update to 4.7.4. 2020-10-25 10:35 ` [bug#44208] [PATCH 1/3] gnu: netcdf: Update to 4.7.4 Christopher Baines 2020-10-25 10:35 ` [bug#44208] [PATCH 2/3] gnu: netcdf-fortran: Update to 4.5.3 Christopher Baines 2020-10-25 10:35 ` [bug#44208] [PATCH 3/3] gnu: python2-netcdf4: Remove package Christopher Baines @ 2020-10-25 20:26 ` Jonathan Brielmaier 2020-10-26 12:46 ` zimoun 2020-10-26 16:04 ` Christopher Baines 2020-10-26 10:52 ` Ludovic Courtès 3 siblings, 2 replies; 14+ messages in thread From: Jonathan Brielmaier @ 2020-10-25 20:26 UTC (permalink / raw) To: Christopher Baines, 44208 On 25.10.20 11:35, Christopher Baines wrote: > This will fix an issue building qgis. > > * gnu/packages/maths.scm (netcdf): Update to 4.7.4. > [source]: Remove the netcdf-tst_h_par.patch. > [inputs]: Update hdf5 and add curl. > * gnu/packages/patches/netcdf-tst_h_par.patch: Delete. > * gnu/local.mk (dist_patch_DATA): Remove deleted patch. > --- [...] > (source > (origin > (method url-fetch) > - (uri (string-append "ftp://ftp.unidata.ucar.edu/pub/netcdf/" > - "netcdf-" version ".tar.gz")) > + (uri (string-append > + "https://www.unidata.ucar.edu/downloads/netcdf/ftp/" > + "netcdf-c-" version ".tar.gz")) Do we usually mention such changes in the commit message? ^ permalink raw reply [flat|nested] 14+ messages in thread
* [bug#44208] [PATCH 1/3] gnu: netcdf: Update to 4.7.4. 2020-10-25 20:26 ` [bug#44208] [PATCH 1/3] gnu: netcdf: Update to 4.7.4 Jonathan Brielmaier @ 2020-10-26 12:46 ` zimoun 2020-10-26 16:04 ` Christopher Baines 1 sibling, 0 replies; 14+ messages in thread From: zimoun @ 2020-10-26 12:46 UTC (permalink / raw) To: Jonathan Brielmaier, Christopher Baines, 44208 Hi, On Sun, 25 Oct 2020 at 21:26, Jonathan Brielmaier <jonathan.brielmaier@web.de> wrote: > On 25.10.20 11:35, Christopher Baines wrote: >> * gnu/packages/maths.scm (netcdf): Update to 4.7.4. >> [source]: Remove the netcdf-tst_h_par.patch. >> [inputs]: Update hdf5 and add curl. >> * gnu/packages/patches/netcdf-tst_h_par.patch: Delete. >> * gnu/local.mk (dist_patch_DATA): Remove deleted patch. > Do we usually mention such changes in the commit message? Why not? For example, recently I dug in Julia history and these would have saved some time (read “git log” and not the diff themselves). Well, my poor opinion. :-) All the best, simon ^ permalink raw reply [flat|nested] 14+ messages in thread
* [bug#44208] [PATCH 1/3] gnu: netcdf: Update to 4.7.4. 2020-10-25 20:26 ` [bug#44208] [PATCH 1/3] gnu: netcdf: Update to 4.7.4 Jonathan Brielmaier 2020-10-26 12:46 ` zimoun @ 2020-10-26 16:04 ` Christopher Baines 1 sibling, 0 replies; 14+ messages in thread From: Christopher Baines @ 2020-10-26 16:04 UTC (permalink / raw) To: Jonathan Brielmaier; +Cc: 44208 [-- Attachment #1: Type: text/plain, Size: 1076 bytes --] Jonathan Brielmaier <jonathan.brielmaier@web.de> writes: > On 25.10.20 11:35, Christopher Baines wrote: >> This will fix an issue building qgis. >> >> * gnu/packages/maths.scm (netcdf): Update to 4.7.4. >> [source]: Remove the netcdf-tst_h_par.patch. >> [inputs]: Update hdf5 and add curl. >> * gnu/packages/patches/netcdf-tst_h_par.patch: Delete. >> * gnu/local.mk (dist_patch_DATA): Remove deleted patch. >> --- > [...] >> (source >> (origin >> (method url-fetch) >> - (uri (string-append "ftp://ftp.unidata.ucar.edu/pub/netcdf/" >> - "netcdf-" version ".tar.gz")) >> + (uri (string-append >> + "https://www.unidata.ucar.edu/downloads/netcdf/ftp/" >> + "netcdf-c-" version ".tar.gz")) > > Do we usually mention such changes in the commit message? Assuming you were referring to the change in name for the source tarball, I've now added a bit about that in to the commit message. I don't really have that much information to add though, just that new releases seem to have a different name. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 987 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* [bug#44208] [PATCH 1/3] gnu: netcdf: Update to 4.7.4. 2020-10-25 10:35 ` [bug#44208] [PATCH 1/3] gnu: netcdf: Update to 4.7.4 Christopher Baines ` (2 preceding siblings ...) 2020-10-25 20:26 ` [bug#44208] [PATCH 1/3] gnu: netcdf: Update to 4.7.4 Jonathan Brielmaier @ 2020-10-26 10:52 ` Ludovic Courtès 2020-10-26 16:06 ` bug#44208: " Christopher Baines 3 siblings, 1 reply; 14+ messages in thread From: Ludovic Courtès @ 2020-10-26 10:52 UTC (permalink / raw) To: Christopher Baines; +Cc: 44208 Hi, Christopher Baines <mail@cbaines.net> skribis: > This will fix an issue building qgis. > > * gnu/packages/maths.scm (netcdf): Update to 4.7.4. > [source]: Remove the netcdf-tst_h_par.patch. > [inputs]: Update hdf5 and add curl. > * gnu/packages/patches/netcdf-tst_h_par.patch: Delete. > * gnu/local.mk (dist_patch_DATA): Remove deleted patch. Great, the whole series LGTM, thanks! How to find it at <https://data.guix-patches.cbaines.net/>? Ludo’. ^ permalink raw reply [flat|nested] 14+ messages in thread
* bug#44208: [PATCH 1/3] gnu: netcdf: Update to 4.7.4. 2020-10-26 10:52 ` Ludovic Courtès @ 2020-10-26 16:06 ` Christopher Baines 2020-10-28 9:47 ` [bug#44208] " Ludovic Courtès 0 siblings, 1 reply; 14+ messages in thread From: Christopher Baines @ 2020-10-26 16:06 UTC (permalink / raw) To: Ludovic Courtès; +Cc: 44208-done [-- Attachment #1: Type: text/plain, Size: 1226 bytes --] Ludovic Courtès <ludo@gnu.org> writes: > Hi, > > Christopher Baines <mail@cbaines.net> skribis: > >> This will fix an issue building qgis. >> >> * gnu/packages/maths.scm (netcdf): Update to 4.7.4. >> [source]: Remove the netcdf-tst_h_par.patch. >> [inputs]: Update hdf5 and add curl. >> * gnu/packages/patches/netcdf-tst_h_par.patch: Delete. >> * gnu/local.mk (dist_patch_DATA): Remove deleted patch. > > Great, the whole series LGTM, thanks! Cool, I've pushed this as 952c62762d3bc8750dfd61a33b13d19ec9d775f7 now. > How to find it at <https://data.guix-patches.cbaines.net/>? I'd always start at Patchwork, so https://patchwork.cbaines.net/ . You might be able to spot it in the list, but you can also search by clicking on "Show patches with" in the top left [1]. 1: https://patchwork.cbaines.net/project/guix-patches/list/?series=&submitter=&state=&q=44208&archive=&delegate= There's a few issues with the processing of this series, it was processed twice, with the first attempt missing a patch. Also, the check linking to issues.guix.info is broken. I think I've fixed both of the underlying issues with the relevant scripts now, so these issues should be fixed for future series. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 987 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* [bug#44208] [PATCH 1/3] gnu: netcdf: Update to 4.7.4. 2020-10-26 16:06 ` bug#44208: " Christopher Baines @ 2020-10-28 9:47 ` Ludovic Courtès 2020-10-31 16:12 ` Christopher Baines 0 siblings, 1 reply; 14+ messages in thread From: Ludovic Courtès @ 2020-10-28 9:47 UTC (permalink / raw) To: Christopher Baines; +Cc: 44208-done Hi, Christopher Baines <mail@cbaines.net> skribis: > I'd always start at Patchwork, so https://patchwork.cbaines.net/ . You > might be able to spot it in the list, but you can also search by > clicking on "Show patches with" in the top left [1]. > > 1: https://patchwork.cbaines.net/project/guix-patches/list/?series=&submitter=&state=&q=44208&archive=&delegate= OK, this one is now empty, but I guess that’s expected. Of the 5 “checks” that appear on each page, ‘cbaines/applying patch’ is really just about applying the patch to ‘master’, right? And ‘cbaines/submitting builds’ is about actually building things? It’s surprising because when you go the comparison page, sometimes you can see that builds are scheduled, so we don’t yet whether it has succeeded. But my understanding is that the Patchwork UI will only display whether a build has been submitted, not whether it has succeeded, correct? We need a hands-on session. :-) Thanks, Ludo’. ^ permalink raw reply [flat|nested] 14+ messages in thread
* [bug#44208] [PATCH 1/3] gnu: netcdf: Update to 4.7.4. 2020-10-28 9:47 ` [bug#44208] " Ludovic Courtès @ 2020-10-31 16:12 ` Christopher Baines 2020-11-02 15:38 ` Ludovic Courtès 0 siblings, 1 reply; 14+ messages in thread From: Christopher Baines @ 2020-10-31 16:12 UTC (permalink / raw) To: Ludovic Courtès; +Cc: 44208-done [-- Attachment #1: Type: text/plain, Size: 2668 bytes --] Ludovic Courtès <ludo@gnu.org> writes: > Hi, > > Christopher Baines <mail@cbaines.net> skribis: > >> I'd always start at Patchwork, so https://patchwork.cbaines.net/ . You >> might be able to spot it in the list, but you can also search by >> clicking on "Show patches with" in the top left [1]. >> >> 1: https://patchwork.cbaines.net/project/guix-patches/list/?series=&submitter=&state=&q=44208&archive=&delegate= > > OK, this one is now empty, but I guess that’s expected. > > Of the 5 “checks” that appear on each page, ‘cbaines/applying patch’ is > really just about applying the patch to ‘master’, right? And > ‘cbaines/submitting builds’ is about actually building things? Yeah, the applying patch check reflects something about Git's success at applying the patch, which happens in the Laminar job which is linked to. Sometimes the check will fail, but a branch is still created, and sometimes it'll fail and no branch will be created. Applying patches is a hard problem. As for the submitting builds check, that's reported by the script that submits the builds to the coordinator instance being used. So yes, it'll appear when the builds are submitted, and hopefully it doesn't take too long for the builds to happen. > It’s surprising because when you go the comparison page, sometimes you > can see that builds are scheduled, so we don’t yet whether it has > succeeded. But my understanding is that the Patchwork UI will only > display whether a build has been submitted, not whether it has > succeeded, correct? Indeed. It's possible to feed information about the build results back in to Patchwork, but that'll require polling/watching the build results as they're fed back to the Guix Data Service, I'm also not sure how flexible Patchwork checks are. > We need a hands-on session. :-) Yeah, next on my list of things is to actually send an email out about the recent changes, but I can hopefully do more with this patch review stuff over the next month or two. My innovation for today is including some indication of build statuses on the package derivation comparision page, and excitingly builds are starting to happen for patches that I'm looking at (like [1] and [2]). 1: https://data.guix-patches.cbaines.net/compare/package-derivations?base_commit=c15509682f931f8afbe2d71ccdef278454c53774&target_commit=d9a510a2b972b90f8efed9172608f8e0d22768d1&locale=en_US.UTF-8 2: https://data.guix-patches.cbaines.net/compare/package-derivations?base_commit=1c6d98533153bc8e0e36236e7fbcf1eb5e178d26&target_commit=8335d68660ce8813b6bbf515e40ed01cae4e7fb7&locale=en_US.UTF-8 [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 987 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* [bug#44208] [PATCH 1/3] gnu: netcdf: Update to 4.7.4. 2020-10-31 16:12 ` Christopher Baines @ 2020-11-02 15:38 ` Ludovic Courtès 2020-11-02 23:43 ` Christopher Baines 0 siblings, 1 reply; 14+ messages in thread From: Ludovic Courtès @ 2020-11-02 15:38 UTC (permalink / raw) To: Christopher Baines; +Cc: 44208-done Hi! Christopher Baines <mail@cbaines.net> skribis: > Yeah, next on my list of things is to actually send an email out about > the recent changes, but I can hopefully do more with this patch review > stuff over the next month or two. Neat. > My innovation for today is including some indication of build statuses > on the package derivation comparision page, and excitingly builds are > starting to happen for patches that I'm looking at (like [1] and [2]). > > 1: https://data.guix-patches.cbaines.net/compare/package-derivations?base_commit=c15509682f931f8afbe2d71ccdef278454c53774&target_commit=d9a510a2b972b90f8efed9172608f8e0d22768d1&locale=en_US.UTF-8 > 2: https://data.guix-patches.cbaines.net/compare/package-derivations?base_commit=1c6d98533153bc8e0e36236e7fbcf1eb5e178d26&target_commit=8335d68660ce8813b6bbf515e40ed01cae4e7fb7&locale=en_US.UTF-8 Very nice! #2 is giving me “unknown commit”, maybe because the branch has now vanished or something? Thanks, Ludo’. ^ permalink raw reply [flat|nested] 14+ messages in thread
* [bug#44208] [PATCH 1/3] gnu: netcdf: Update to 4.7.4. 2020-11-02 15:38 ` Ludovic Courtès @ 2020-11-02 23:43 ` Christopher Baines 0 siblings, 0 replies; 14+ messages in thread From: Christopher Baines @ 2020-11-02 23:43 UTC (permalink / raw) To: Ludovic Courtès; +Cc: 44208-done [-- Attachment #1: Type: text/plain, Size: 1667 bytes --] Ludovic Courtès <ludo@gnu.org> writes: > Hi! > > Christopher Baines <mail@cbaines.net> skribis: > >> Yeah, next on my list of things is to actually send an email out about >> the recent changes, but I can hopefully do more with this patch review >> stuff over the next month or two. > > Neat. > >> My innovation for today is including some indication of build statuses >> on the package derivation comparision page, and excitingly builds are >> starting to happen for patches that I'm looking at (like [1] and [2]). >> >> 1: https://data.guix-patches.cbaines.net/compare/package-derivations?base_commit=c15509682f931f8afbe2d71ccdef278454c53774&target_commit=d9a510a2b972b90f8efed9172608f8e0d22768d1&locale=en_US.UTF-8 >> 2: https://data.guix-patches.cbaines.net/compare/package-derivations?base_commit=1c6d98533153bc8e0e36236e7fbcf1eb5e178d26&target_commit=8335d68660ce8813b6bbf515e40ed01cae4e7fb7&locale=en_US.UTF-8 > > Very nice! #2 is giving me “unknown commit”, maybe because the branch > has now vanished or something? Yeah, to try and keep the Guix Data Service database from growing indefinitely, the branches for patches are automatically deleted when the Debbugs issue is closed, and then there's some code to remove the relevant data from the Guix Data Service. The last bit still needs some more work to happen automatically, and I realised yesterday that I may need to also automate cancelling builds to coincide with the derivations being removed from the Guix Data Service (otherwise when the build comes around, the agents can't fetch the derivation, also it's probably good not to waste time on these builds). [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 987 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* [bug#44208] [PATCH 0/3] Update netcdf. 2020-10-25 10:27 [bug#44208] [PATCH 0/3] Update netcdf Christopher Baines 2020-10-25 10:35 ` [bug#44208] [PATCH 1/3] gnu: netcdf: Update to 4.7.4 Christopher Baines @ 2020-10-25 20:28 ` Jonathan Brielmaier 1 sibling, 0 replies; 14+ messages in thread From: Jonathan Brielmaier @ 2020-10-25 20:28 UTC (permalink / raw) To: mail, 44208 On 25.10.20 11:27, Christopher Baines wrote: > > This fixes an issue building qgis. Indeed it does. Thanks! I only have a minor adjustment in one commit message, although I don't know if it's a valid one :P ~Jonathan ^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2020-11-02 23:44 UTC | newest] Thread overview: 14+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-10-25 10:27 [bug#44208] [PATCH 0/3] Update netcdf Christopher Baines 2020-10-25 10:35 ` [bug#44208] [PATCH 1/3] gnu: netcdf: Update to 4.7.4 Christopher Baines 2020-10-25 10:35 ` [bug#44208] [PATCH 2/3] gnu: netcdf-fortran: Update to 4.5.3 Christopher Baines 2020-10-25 10:35 ` [bug#44208] [PATCH 3/3] gnu: python2-netcdf4: Remove package Christopher Baines 2020-10-25 20:26 ` [bug#44208] [PATCH 1/3] gnu: netcdf: Update to 4.7.4 Jonathan Brielmaier 2020-10-26 12:46 ` zimoun 2020-10-26 16:04 ` Christopher Baines 2020-10-26 10:52 ` Ludovic Courtès 2020-10-26 16:06 ` bug#44208: " Christopher Baines 2020-10-28 9:47 ` [bug#44208] " Ludovic Courtès 2020-10-31 16:12 ` Christopher Baines 2020-11-02 15:38 ` Ludovic Courtès 2020-11-02 23:43 ` Christopher Baines 2020-10-25 20:28 ` [bug#44208] [PATCH 0/3] Update netcdf Jonathan Brielmaier
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/guix.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.