summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2017-04-27 17:53:18 +0200
committerGard Spreemann <gspreemann@gmail.com>2017-04-27 17:53:18 +0200
commit5ce9e699cdd19964bc345962af8e59e648dcbea3 (patch)
treeeb29bf5ad5c3496c4830e4c8304ba6926dc3324c /debian/control
parente9e07a036ca3e665185368449194849056e370fa (diff)
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 a7df8759..016af8cb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Maintainer: Gard Spreemann <gspreemann@gmail.com>
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