summaryrefslogtreecommitdiffstats
path: root/academic/Kst/fix_hdf5_path.patch
diff options
context:
space:
mode:
author Fellype do Nascimento <fellypao@yahoo.com.br>2022-03-01 10:17:10 -0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-03 15:56:37 +0700
commit8204b0bd3db3ace60a4bf304c042df3af1f1f5ad (patch)
treeed75a78ef54260418572d096d23ec3de867ff211 /academic/Kst/fix_hdf5_path.patch
parentbb97a3d11e6c79064cf18c61315d82b191c03553 (diff)
downloadslackbuilds-8204b0bd3db3ace60a4bf304c042df3af1f1f5ad.tar.gz
slackbuilds-8204b0bd3db3ace60a4bf304c042df3af1f1f5ad.tar.xz
academic/Kst: patch to fix the path for H5Cpp.h file
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/Kst/fix_hdf5_path.patch')
-rw-r--r--academic/Kst/fix_hdf5_path.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/academic/Kst/fix_hdf5_path.patch b/academic/Kst/fix_hdf5_path.patch
new file mode 100644
index 0000000000..bcdc1403ae
--- /dev/null
+++ b/academic/Kst/fix_hdf5_path.patch
@@ -0,0 +1,11 @@
+--- Kst-20220116_2b8e03e/src/datasources/hdf5/hdf5.h 2022-01-15 22:42:17.000000000 -0300
++++ Kst-20220116_2b8e03e/src/datasources/hdf5/hdf5.h.new 2022-03-01 09:50:10.407808017 -0300
+@@ -18,7 +18,7 @@
+ #include <dataplugin.h>
+
+ #include <QFileInfo>
+-#include <hdf5/serial/H5Cpp.h>
++#include <H5Cpp.h>
+ #include <exception>
+
+ #include "debug.h"