mbox

[bug#44208,0/3] Update netcdf.

Message ID 87lffua9ct.fsf@cbaines.net
Headers show

Message

Christopher Baines Oct. 25, 2020, 10:27 a.m. UTC
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

Comments

Jonathan Brielmaier Oct. 25, 2020, 8:28 p.m. UTC | #1
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