From cfd80cdf5c36a77e9f17ad1c7c56173bba90c710 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Tue, 19 Feb 2019 15:26:56 +0100 Subject: Build Python interface. --- debian/control | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'debian/control') 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 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. -- cgit v1.2.3