summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2017-02-07 17:39:51 +0100
committerGard Spreemann <gspreemann@gmail.com>2017-02-07 17:39:51 +0100
commitb2ef701685b7d19fbaac1529a0bc553da9e29308 (patch)
treeaf02b6477498b3cda439c57665fe40f6e1c810a2 /debian/control
parent5638527781e1d8cd916cd28f9d375eef7b5d820b (diff)
Initial Debian packaging as uploaded to mentors.debian.net.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control30
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..d3933990
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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.
+