From 5ce9e699cdd19964bc345962af8e59e648dcbea3 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Thu, 27 Apr 2017 17:53:18 +0200 Subject: 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 a7df8759..016af8cb 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Maintainer: Gard Spreemann Section: math Priority: optional Standards-Version: 3.9.8.0 -Build-Depends: cmake (>= 2.6), cython3, debhelper (>= 10), doxygen, graphviz, - libboost-chrono-dev (>= 1.48), libboost-filesystem-dev (>= 1.48), +Build-Depends: cmake (>= 2.6), cython3, debhelper (>= 10), dh-python, doxygen, + graphviz, libboost-chrono-dev (>= 1.48), libboost-filesystem-dev (>= 1.48), libboost-program-options-dev (>= 1.48), libboost-system-dev (>= 1.48), libboost-test-dev (>= 1.48), libboost-timer-dev (>= 1.48), libcgal-dev (>= 4.8.1), libeigen3-dev (>= 3.1.0), libgmp-dev (>= 4.2), @@ -70,3 +70,19 @@ Description: Generic open source C++ library for Topological Data Analysis by the European Research Council. . This package contains documentation for the package. + +Package: python3-gudhi +Section: python +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Description: Generic open source C++ library for Topological Data Analysis + The GUDHI library is a generic open source C++ library for + Topological Data Analysis (TDA) and Higher Dimensional Geometry + Understanding. The library offers state-of-the-art data structures + and algorithms to construct simplicial complexes and compute + persistent homology. + . + The GUDHI library is developed as part of the GUDHI project supported + by the European Research Council. + . + This package contains GUDHI's Python (3) interface. \ No newline at end of file -- cgit v1.2.3