summarylogtreecommitdiffstats
path: root/hdf5.patch
diff options
context:
space:
mode:
authornw21902021-08-15 10:32:29 -0400
committernw21902021-08-15 10:32:29 -0400
commit786f4cbf5f7c13a4f54761e3f2884ceb1464b294 (patch)
tree9538f11710f98bd124d16c04ac09c71453026b57 /hdf5.patch
parentacf365fd0a6e5ea80243a27621f7d9678f01d99f (diff)
downloadaur-786f4cbf5f7c13a4f54761e3f2884ceb1464b294.tar.gz
Add patch files as temporary workaround
Diffstat (limited to 'hdf5.patch')
-rw-r--r--hdf5.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/hdf5.patch b/hdf5.patch
new file mode 100644
index 000000000000..123add5326ca
--- /dev/null
+++ b/hdf5.patch
@@ -0,0 +1,13 @@
+--- dolfin/io/HDF5Interface.cpp
++++ dolfin/io/HDF5Interface.cpp
+@@ -281,8 +281,8 @@
+ return false;
+ }
+
+- H5O_info_t object_info;
+- H5Oget_info_by_name(hdf5_file_handle, group_name.c_str(), &object_info,
++ H5O_info1_t object_info;
++ H5Oget_info_by_name1(hdf5_file_handle, group_name.c_str(), &object_info,
+ lapl_id);
+
+ // Close link access properties \ No newline at end of file