changeset 6864:cb62f71c53ca

of-netcdf: update to v1.0.17 * src/of-netcdf.mk: update version/checksum * src/of-netcdf-1-octave-9-compat.patch: removed file * dist-files.mk: remove refs to deleted files
author John Donoghue <john.donoghue@ieee.org>
date Mon, 18 Sep 2023 14:16:38 -0400
parents b52256df3026
children 70c05f8c3e57
files dist-files.mk src/of-netcdf-1-octave-9-compat.patch src/of-netcdf.mk
diffstat 3 files changed, 2 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/dist-files.mk	Thu Sep 14 11:27:11 2023 -0400
+++ b/dist-files.mk	Mon Sep 18 14:16:38 2023 -0400
@@ -506,7 +506,6 @@
   of-mapping.mk \
   of-miscellaneous.mk \
   of-nan.mk \
-  of-netcdf-1-octave-9-compat.patch \
   of-netcdf.mk \
   of-nurbs.mk \
   of-ocs-1-cross-fixes.patch \
--- a/src/of-netcdf-1-octave-9-compat.patch	Thu Sep 14 11:27:11 2023 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
---- netcdf-1.0.16/src/__netcdf__.cc.orig	2022-09-16 14:04:58.000000000 +0200
-+++ netcdf-1.0.16/src/__netcdf__.cc	2022-11-19 12:49:12.924877148 +0100
-@@ -1298,7 +1298,7 @@
- 
-   int ncid = args(0).scalar_value();
-   int varid = args(1).scalar_value ();
--  std::list<Range> ranges;
-+  std::list<octave::range<double>> ranges;
-   int ndims;
-   octave_value data;
-   nc_type xtype, basetype;
--- a/src/of-netcdf.mk	Thu Sep 14 11:27:11 2023 -0400
+++ b/src/of-netcdf.mk	Mon Sep 18 14:16:38 2023 -0400
@@ -3,8 +3,8 @@
 
 PKG             := of-netcdf
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 1.0.16
-$(PKG)_CHECKSUM := 7eece84184f4cea73d0aa57dca7f95e20f808e41
+$(PKG)_VERSION  := 1.0.17
+$(PKG)_CHECKSUM := 49178ff4b2b8be57c5c31e412469720ad1c02aca
 $(PKG)_REMOTE_SUBDIR := 
 $(PKG)_SUBDIR   := netcdf-$($(PKG)_VERSION)
 $(PKG)_FILE     := netcdf-$($(PKG)_VERSION).tar.gz