summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control79
1 files changed, 33 insertions, 46 deletions
diff --git a/debian/control b/debian/control
index 2fd298c8..0940f11c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,56 +2,60 @@ Source: gudhi
Maintainer: Gard Spreemann <gspr@nonempty.org>
Section: math
Priority: optional
-Standards-Version: 4.5.0.0
-Build-Depends: cmake (>= 3.1),
+Standards-Version: 4.6.2.0
+Build-Depends: cmake (>= 3.5),
cython3,
- debhelper (>= 12),
+ debhelper-compat (= 13),
dh-python,
- libboost-chrono-dev (>= 1.56),
- libboost-filesystem-dev (>= 1.56),
- libboost-program-options-dev (>= 1.56),
- libboost-system-dev (>= 1.56),
- libboost-test-dev (>= 1.56),
- libboost-timer-dev (>= 1.56),
- libcgal-dev (>= 5.0),
- libcgal-qt5-dev (>> 4.11.0),
+ libboost-filesystem-dev (>= 1.66),
+ libboost-program-options-dev (>= 1.66),
+ libboost-system-dev (>= 1.66),
+ libboost-test-dev (>= 1.66),
+ libboost-thread-dev (>= 1.66),
+ libboost-timer-dev (>= 1.66),
+ libcgal-dev (>= 5.5.1),
+ libcgal-qt5-dev (>= 5.5.1),
libeigen3-dev,
libgmp-dev,
- libhera-dev,
+ libhera-dev (>= 1.0.0),
libqglviewer-dev-qt5,
libtbb-dev,
pybind11-dev,
python3-all-dev,
+ python3-eagerpy,
python3-matplotlib,
+ python3-numpy,
+ python3-pot,
python3-pybind11,
python3-pytest,
+ python3-scipy,
python3-setuptools,
+ python3-sklearn,
python3-tk,
qtbase5-dev
Build-Depends-Indep: doxygen,
graphviz
Rules-Requires-Root: no
Homepage: https://gudhi.inria.fr/
-Vcs-Browser: https://git.nonempty.org/debian-gudhi
-Vcs-Git: https://git.nonempty.org/debian-gudhi -b debian/sid
+Vcs-Browser: https://salsa.debian.org/gspr/gudhi
+Vcs-Git: https://salsa.debian.org/gspr/gudhi.git -b debian/sid
Package: libgudhi-dev
Section: libdevel
Architecture: all
Multi-Arch: foreign
-Depends: libboost-chrono-dev (>= 1.56),
- libboost-filesystem-dev (>= 1.56),
- libboost-program-options-dev (>= 1.56),
- libboost-system-dev (>= 1.56),
- libboost-test-dev (>= 1.56),
- libboost-timer-dev (>= 1.56),
- libcgal-dev (>= 5.0),
+Depends: libboost-filesystem-dev (>= 1.66),
+ libboost-program-options-dev (>= 1.66),
+ libboost-system-dev (>= 1.66),
+ libboost-test-dev (>= 1.66),
+ libboost-thread-dev (>= 1.66),
+ libboost-timer-dev (>= 1.66),
+ libcgal-dev (>= 5.5.1),
libeigen3-dev (>= 3.1.0),
libgmp-dev (>= 4.2),
- libhera-dev,
libtbb-dev,
${misc:Depends}
-Suggests: libgudhi-doc, libgudhi-examples
+Suggests: libgudhi-doc, libgudhi-examples, libhera-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
@@ -59,9 +63,6 @@ Description: Generic open source C++ library for topological data analysis
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 the header files. See the libgudhi-examples
package for example programs using the library.
@@ -78,9 +79,6 @@ Description: Example programs for the GUDHI library
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 source code examples.
Package: libgudhi-doc
@@ -95,19 +93,17 @@ Description: Documentation for the GUDHI library
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.
Package: python3-gudhi
Section: python
Architecture: amd64 arm64 i386 mips64el ppc64el s390x ia64 ppc64 riscv64 sparc64 x32
-Depends: python3-matplotlib,
- python3-tk,
- ${misc:Depends},
- ${python3:Depends},
- ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Recommends: python3-eagerpy,
+ python3-matplotlib,
+ python3-pot,
+ python3-scipy,
+ python3-sklearn
Description: Python 3 interface to the GUDHI library
The GUDHI library is a generic open source C++ library for
Topological Data Analysis (TDA) and Higher Dimensional Geometry
@@ -115,9 +111,6 @@ Description: Python 3 interface to the GUDHI library
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 GUDHI's Python (3) interface.
Package: gudhui
@@ -131,9 +124,6 @@ Description: GUI for some of the functionality of the GUDHI library
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 GudhUI, a graphical interface to a few of GUDHI's
features. Be aware that it is quite rough around the edges.
@@ -148,8 +138,5 @@ Description: Utilities from the GUDHI library
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 utilities built with the GUDHI library.