summaryrefslogtreecommitdiff
path: root/debian/control
blob: 7fb3365795aa43b3632c5d4683ca46290acd0b19 (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
31
32
33
Source: gudhi
Maintainer: Gard Spreemann <gspreemann@gmail.com>
Section: math
Priority: optional
Standards-Version: 3.9.8.0
Build-Depends: cmake (>= 2.6), debhelper (>= 10), libboost-chrono-dev (>= 1.48),
 libboost-filesystem-dev (>= 1.48), libboost-program-options-dev (>= 1.48),
 libboost-system-dev (>= 1.48), libboost-timer-dev (>= 1.48),
 libcgal-dev (>= 4.7), libeigen3-dev (>= 3.1.0), libgmp-dev (>= 4.2), libtbb-dev
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

Package: libgudhi-dev
Section: libdevel
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, libboost-chrono-dev (>= 1.48),
 libboost-filesystem-dev (>= 1.48), libboost-program-options-dev (>= 1.48),
 libboost-system-dev (>= 1.48), libboost-timer-dev (>= 1.48),
 libcgal-dev (>= 4.7), libeigen3-dev (>= 3.1.0), libgmp-dev (>= 4.2), libtbb-dev
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.