Skip to content

Commit

Permalink
science/kst2: Fix build with newer HDF5 (1.10.8+ or 1.12.1+)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8d1b044)
  • Loading branch information
sunpoet authored and MaxBrazhnikov committed Jul 14, 2022
1 parent 554f3e4 commit 82633a6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions science/kst2/files/patch-src_datasources_hdf5_hdf5.h
@@ -1,6 +1,15 @@
--- src/datasources/hdf5/hdf5.h.orig 2021-01-24 05:51:19 UTC
--- src/datasources/hdf5/hdf5.h.orig 2022-02-16 19:03:30 UTC
+++ src/datasources/hdf5/hdf5.h
@@ -18,7 +18,7 @@
@@ -11,14 +11,14 @@
***************************************************************************/


-#ifndef HDF5_H
-#define HDF5_H
+#ifndef KST2_HDF5_H
+#define KST2_HDF5_H

#include <datasource.h>
#include <dataplugin.h>

#include <QFileInfo>
Expand Down

0 comments on commit 82633a6

Please sign in to comment.