From 42b0249ab30ec7a5208cb849530040145c26844a Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Fri, 21 Apr 2017 11:08:44 +0200 Subject: New version requirements. --- debian/control | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 7416573b..a7df8759 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,12 @@ Maintainer: Gard Spreemann Section: math Priority: optional Standards-Version: 3.9.8.0 -Build-Depends: cmake (>= 2.6), debhelper (>= 10), doxygen, graphviz, +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-timer-dev (>= 1.48), libcgal-dev (>= 4.7), libeigen3-dev (>= 3.1.0), - libgmp-dev (>= 4.2), libtbb-dev, texlive-science + 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 @@ -18,8 +19,9 @@ 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 + 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 -- cgit v1.2.3