summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2017-04-29 19:49:39 +0200
committerGard Spreemann <gspreemann@gmail.com>2017-04-29 19:49:39 +0200
commit14fcdd60a5c728e8b8d30c809ad31be2c5b154be (patch)
treed36aefa7a3298ea59cb57e6fa8a200e3f2df4175 /debian/control
parent132a2e4355c5409333c047cdf1cdd43aff37ec9d (diff)
GudhUI.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 22 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index d05104e4..12f7b3b3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,9 @@ 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),
- libtbb-dev, python3-dev, python3-matplotlib, python3-tk, texlive-science
+ libcgal-dev (>= 4.8.1), libcgal-qt5-dev (>= 4.8.1), libeigen3-dev (>= 3.1.0),
+ libgmp-dev (>= 4.2), libtbb-dev, python3-dev, python3-matplotlib, python3-tk,
+ qt5base-dev, texlive-science
Homepage: http://gudhi.gforge.inria.fr/
Vcs-Browser: https://git.nonempty.org/debian-gudhi
Vcs-Git: http://git.nonempty.org/debian-gudhi -b debian/sid
@@ -88,4 +89,22 @@ Description: Generic open source C++ library for Topological Data Analysis
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
+ This package contains GUDHI's Python (3) interface.
+
+Package: gudhui
+Section: math
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc: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 GudhUI, a graphical interface to a few of GUDHI's
+ features. Be aware that it is quite rough around the edges.
+ \ No newline at end of file