summaryrefslogtreecommitdiff
path: root/debian/control
blob: d393399087d529e9084c948e7ad74286520ace6a (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
25
26
27
28
29
30
Source: gudhi
Maintainer: Gard Spreemann <gspreemann@gmail.com>
Section: math
Priority: optional
Standards-Version: 3.9.8.0
Build-Depends: debhelper (>= 9), cmake (>= 2.6),
 libboost-system-dev (>= 1.48), libboost-filesystem-dev (>= 1.48), libboost-program-options-dev (>= 1.48), libboost-chrono-dev (>= 1.48), libboost-timer-dev (>= 1.48),
 libgmp-dev (>= 4.2), libcgal-dev (>= 4.7), libtbb-dev, libeigen3-dev (>= 3.1.0)
Homepage: http://gudhi.gforge.inria.fr/

Package: libgudhi-dev
Section: libdevel
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
 libboost-system-dev (>= 1.48), libboost-filesystem-dev (>= 1.48), libboost-program-options-dev (>= 1.48), libboost-chrono-dev (>= 1.48), libboost-timer-dev (>= 1.48),
 libgmp-dev (>= 4.2), libcgal-dev (>= 4.7), libtbb-dev, libeigen3-dev (>= 3.1.0)
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.
 .
 The package currently does not ship any examples. For those, see the
 upstream website.