parent
93865f9075
commit
aeeda3c0d3
@ -0,0 +1,12 @@
|
|||||||
|
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
|
@ -0,0 +1,15 @@
|
|||||||
|
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.7.3.tar.gz) = 5cef5b3499b230b503f87d99cbf5d1ef107550f81489d9be6bb64740692fdd6f967f95f6cb2ab6174d968ee77a08a4e5f3f9d401b2ebc6b482c0e7ded6036f7a
|
SHA512 (netcdf-4.8.0.tar.gz) = 367017338954f1cc2da00a93e7a79f17bbee447a655f98dfa35cac95cd002c40d6122eec9c5670376fad109c2266254ff6e9c82e197b488fcc412790d5b27088
|
||||||
|
Loading…
Reference in new issue