parent
2c669adb34
commit
b8e22189c3
@ -1,12 +0,0 @@
|
|||||||
diff -up netcdf-c-4.8.0/lib_flags.am.builddir netcdf-c-4.8.0/lib_flags.am
|
|
||||||
--- netcdf-c-4.8.0/lib_flags.am.builddir 2021-03-30 14:23:10.000000000 -0600
|
|
||||||
+++ netcdf-c-4.8.0/lib_flags.am 2021-04-10 17:53:34.640271561 -0600
|
|
||||||
@@ -6,7 +6,7 @@
|
|
||||||
# libraries for netCDF-4.
|
|
||||||
#
|
|
||||||
|
|
||||||
-AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
||||||
+AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
|
|
||||||
AM_LDFLAGS =
|
|
||||||
|
|
||||||
if USE_DAP
|
|
@ -1,15 +0,0 @@
|
|||||||
diff -up netcdf-c-4.8.0/h5_test/tst_h_atts3.c.test netcdf-c-4.8.0/h5_test/tst_h_atts3.c
|
|
||||||
--- netcdf-c-4.8.0/h5_test/tst_h_atts3.c.test 2021-03-30 14:23:10.000000000 -0600
|
|
||||||
+++ netcdf-c-4.8.0/h5_test/tst_h_atts3.c 2021-04-10 18:36:38.490728048 -0600
|
|
||||||
@@ -209,7 +209,11 @@ main()
|
|
||||||
hid_t file_typeid1[NUM_OBJ_1], native_typeid1[NUM_OBJ_1];
|
|
||||||
hid_t file_typeid2, native_typeid2;
|
|
||||||
hsize_t num_obj;
|
|
||||||
+#if H5_VERSION_GE(1,12,0)
|
|
||||||
+ H5O_info2_t obj_info;
|
|
||||||
+#else
|
|
||||||
H5O_info_t obj_info;
|
|
||||||
+#endif
|
|
||||||
char obj_name[STR_LEN + 1];
|
|
||||||
hsize_t dims[1] = {ATT_LEN}; /* netcdf attributes always 1-D. */
|
|
||||||
|
|
@ -1 +1 @@
|
|||||||
SHA512 (netcdf-4.8.0.tar.gz) = 367017338954f1cc2da00a93e7a79f17bbee447a655f98dfa35cac95cd002c40d6122eec9c5670376fad109c2266254ff6e9c82e197b488fcc412790d5b27088
|
SHA512 (netcdf-4.8.1.tar.gz) = c97207867abf10d414abf34624268710f5b812c26c38f97e73afe00558b3f07917331fbc7fdb9e70b09813acf15a9a09bae2c432a3266ce10a791b9472f87a42
|
||||||
|
Loading…
Reference in new issue