summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control72
1 files changed, 72 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..a7df8759
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,72 @@
+Source: gudhi
+Maintainer: Gard Spreemann <gspreemann@gmail.com>
+Section: math
+Priority: optional
+Standards-Version: 3.9.8.0
+Build-Depends: cmake (>= 2.6), cython3, debhelper (>= 10), 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, 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
+
+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-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
+Suggests: libgudhi-doc, libgudhi-examples
+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.
+ .
+ See the libgudhi-examples package for example programs using the
+ library.
+
+Package: libgudhi-examples
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: libgudhi-doc
+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 some upstream example programs and their source
+ code.
+
+Package: libgudhi-doc
+Section: doc
+Architecture: all
+Multi-Arch: foreign
+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 documentation for the package.