summaryrefslogtreecommitdiff
path: root/src/debian/control
diff options
context:
space:
mode:
authorglisse <glisse@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-11-07 13:52:50 +0000
committerglisse <glisse@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-11-07 13:52:50 +0000
commita63698c9d153ef871e8e23bee49695e2a9d1eae3 (patch)
tree67823c80c7c46e37fd83e2b665170ccd3ef2e03d /src/debian/control
parent150df0143559d85282f1dda002eb8695ee1e5a01 (diff)
Add Debian directory.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/debian@891 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 05832d23c753b5704a85b99ea41e37cb3b0ba597
Diffstat (limited to 'src/debian/control')
-rw-r--r--src/debian/control24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/debian/control b/src/debian/control
new file mode 100644
index 00000000..7314e18c
--- /dev/null
+++ b/src/debian/control
@@ -0,0 +1,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.