summaryrefslogtreecommitdiff
path: root/src/debian/control
blob: 7314e18c9e7f6c1030fa5c6fc4fc2160a5b273fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: gudhi
Priority: optional
Maintainer: Marc Glisse <marc.glisse@normalesup.org>
Build-Depends: debhelper (>= 9), cmake, libboost-dev
Standards-Version: 3.9.6
Section: libs
Homepage: http://gudhi.gforge.inria.fr/doc/1.2.0/
#Vcs-Git: git://anonscm.debian.org/collab-maint/gudhi.git
#Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/gudhi.git;a=summary

Package: libgudhi-dev
Section: libdevel
Architecture: all
Depends: libboost-dev, ${misc:Depends}
Recommends: libcgal-dev
Description: Gudhi library for topological data analysis
 The Gudhi library (Geometric Understanding in Higher Dimensions) is a generic
 open source C++ library for Computational Topology and Topological Data
 Analysis (TDA).
 .
 The current release of the GUDHI library includes:
 * Data structures to represent, construct and manipulate simplicial complexes.
 * Algorithms to compute persistent homology and multi-field persistent homology.
 * Simplication of simplicial complexes by edge contraction.