summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2019-02-19 15:26:56 +0100
committerGard Spreemann <gspreemann@gmail.com>2019-02-19 17:01:48 +0100
commitcfd80cdf5c36a77e9f17ad1c7c56173bba90c710 (patch)
treec7394016bdda37b5324beed461c35ce8d81589a3 /debian/control
parentfc0ba52e7d32d8fe48b3b7abfc9b1cc5ce315144 (diff)
Build Python interface.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 18 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 2afcd5c..42ada2f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,12 @@ Maintainer: Gard Spreemann <gspreemann@gmail.com>
Section: math
Priority: optional
Standards-Version: 4.3.0.1
-Build-Depends: cmake, debhelper (>= 12)
+Build-Depends: cmake,
+ debhelper (>= 12),
+ dh-python,
+ python3-all-dev,
+ python3-pybind11,
+ python3-setuptools
Homepage: https://bitbucket.org/phat-code/phat
Vcs-Browser: https://git.nonempty.org/debian-phat
Vcs-Git: https://git.nonempty.org/debian-phat -b debian/sid
@@ -34,4 +39,15 @@ Description: Utilities from the PHAT library
This package contains some standalone utilities built using the PHAT
library, such as persistent homology of a given filtered boundary
matrix.
- \ No newline at end of file
+
+Package: python3-phat
+Section: python
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Description: Python 3 interface for the PHAT library
+ PHAT is a header-only C++ library for performing the filtered Z/2Z
+ (co)boundary matrix operations commonly needed when computing
+ (persistent) (co)homology in topological data analysis.
+ .
+ This package contains the library's Python 3 interface.