Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 85956c80 authored by Olivier Sallou's avatar Olivier Sallou
Browse files

remove coin usage due to segfault issues, see...

remove coin usage due to segfault issues, see https://bugs.debian.org/cgi-bin/pkgreport.cgi?repeatmerged=yes&src=coin3
parent a20a5d14
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,10 @@ visp (3.1.0-1) unstable; urgency=medium
* Add patches for visp 3.1.0
* Add libvisp-imgproc-dev
* Fix lintian warnings
* Remove Coin3D usage since it produces a segfault in mbt examples
when calling SoDB::Init()
-- Fabien Spindler <Fabien.Spindler@inria.fr> Tue, 26 Dec 2017 14:37:33 +0100
-- Fabien Spindler <Fabien.Spindler@inria.fr> Thu, 28 Dec 2017 10:31:31 +0100
visp (3.0.1-1) unstable; urgency=medium
......
......@@ -6,7 +6,6 @@ Priority: optional
Build-Depends: debhelper (>= 9),
cmake,
doxygen,
libcoin80-dev,
libdc1394-22-dev [linux-any],
libdmtx-dev,
libeigen3-dev,
......@@ -16,7 +15,6 @@ Build-Depends: debhelper (>= 9),
libogre-1.9-dev,
libopencv-dev,
libpng-dev,
libsoqt4-dev,
libv4l-dev [linux-any],
libx11-dev,
libxml2-dev,
......@@ -393,8 +391,6 @@ Depends: ${misc:Depends},
libvisp-core-dev (= ${binary:Version}),
libvisp-io-dev (= ${binary:Version}),
libvisp-ar3.1 (= ${binary:Version}),
libcoin80-dev,
libsoqt4-dev,
libogre-1.9-dev [!any-sh4] | libogre-dev [!any-sh4],
libois-dev [linux-any]
Description: development files for libvisp-ar
......
......@@ -27,6 +27,7 @@ CMAKE_FLAGS = \
-DCMAKE_SHARED_LINKER_FLAGS_RELEASE="$(LDFLAGS)" \
-DCMAKE_EXE_LINKER_FLAGS_RELEASE="$(LDFLAGS)" \
-DCMAKE_BUILD_TYPE=Release \
-DUSE_COIN3D=OFF \
$(CMAKE_ARCH_FLAGS)
%:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment