summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 878966f..9b6e71c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Standards-Version: 4.5.1
Build-Depends: catch2,
cmake,
debhelper-compat (= 13),
- libboost-dev
+ libboost-dev,
+ libphat-dev
Rules-Requires-Root: no
Homepage: https://github.com/grey-narn/hera/
Vcs-Browser: https://salsa.debian.org/gspr/hera
@@ -16,7 +17,7 @@ Package: libhera-dev
Section: libdevel
Architecture: all
Multi-Arch: foreign
-Depends: libboost-dev, ${misc:Depends}
+Depends: libboost-dev, libphat-dev, ${misc:Depends}
Description: Library for efficient bottleneck and Wasserstein distances
A header-only C++ library for efficient computation of bottleneck and
Wasserstein distances between persistence diagrams.