summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2019-10-23 12:10:42 +0200
committerGard Spreemann <gspr@nonempty.org>2019-10-23 12:10:42 +0200
commit4724a609660eabbb9ad63e005db35cd1256418a9 (patch)
tree3fc1117fa3518ff3d46a2f5457bb53556c2982fa /debian
parent91ecd5b2aa11b41f871eedd0fde6e9d83c043fa3 (diff)
Require boost 1.56.
Diffstat (limited to 'debian')
-rw-r--r--debian/control24
1 files changed, 12 insertions, 12 deletions
diff --git a/debian/control b/debian/control
index ee72ac56..e73d1b2d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,12 +7,12 @@ Build-Depends: cmake (>= 3.1),
cython3,
debhelper (>= 12),
dh-python,
- libboost-chrono-dev,
- libboost-filesystem-dev,
- libboost-program-options-dev,
- libboost-system-dev,
- libboost-test-dev,
- libboost-timer-dev,
+ 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 (>> 4.11.0),
libcgal-qt5-dev (>> 4.11.0),
libeigen3-dev,
@@ -36,12 +36,12 @@ Package: libgudhi-dev
Section: libdevel
Architecture: all
Multi-Arch: foreign
-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),
+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 (>> 4.11.0),
libeigen3-dev (>= 3.1.0),
libgmp-dev (>= 4.2),