summaryrefslogtreecommitdiff
path: root/debian/patches/0002-Use-system-PHAT.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0002-Use-system-PHAT.patch')
-rw-r--r--debian/patches/0002-Use-system-PHAT.patch55
1 files changed, 55 insertions, 0 deletions
diff --git a/debian/patches/0002-Use-system-PHAT.patch b/debian/patches/0002-Use-system-PHAT.patch
new file mode 100644
index 0000000..b99adc6
--- /dev/null
+++ b/debian/patches/0002-Use-system-PHAT.patch
@@ -0,0 +1,55 @@
+From: Gard Spreemann <gspr@nonempty.org>
+Date: Sat, 14 Aug 2021 19:05:48 +0200
+Subject: Use system PHAT
+
+---
+ matching/include/bifiltration.h | 4 ++--
+ matching/include/common_util.h | 2 +-
+ matching/include/persistence_module.h | 6 +++---
+ 3 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/matching/include/bifiltration.h b/matching/include/bifiltration.h
+index 5b188d4..25b3bff 100644
+--- a/matching/include/bifiltration.h
++++ b/matching/include/bifiltration.h
+@@ -12,8 +12,8 @@
+ #include "box.h"
+ #include "simplex.h"
+ #include "dual_point.h"
+-#include "phat/boundary_matrix.h"
+-#include "phat/compute_persistence_pairs.h"
++#include <phat/boundary_matrix.h>
++#include <phat/compute_persistence_pairs.h>
+
+ #include "common_util.h"
+
+diff --git a/matching/include/common_util.h b/matching/include/common_util.h
+index 20a151a..61476a5 100644
+--- a/matching/include/common_util.h
++++ b/matching/include/common_util.h
+@@ -12,7 +12,7 @@
+ #include <functional>
+
+ #include "common_defs.h"
+-#include "phat/helpers/misc.h"
++#include <phat/helpers/misc.h>
+
+ namespace md {
+
+diff --git a/matching/include/persistence_module.h b/matching/include/persistence_module.h
+index 4df2148..80ff3c1 100644
+--- a/matching/include/persistence_module.h
++++ b/matching/include/persistence_module.h
+@@ -9,9 +9,9 @@
+ #include <algorithm>
+ #include <unordered_set>
+
+-#include "phat/boundary_matrix.h"
+-#include "phat/compute_persistence_pairs.h"
+-#include "phat/algorithms/standard_reduction.h"
++#include <phat/boundary_matrix.h>
++#include <phat/compute_persistence_pairs.h>
++#include <phat/algorithms/standard_reduction.h>
+
+ #include "common_util.h"
+ #include "dual_point.h"