Package: odin
Version: 2.0.1-0.1
Severity: important
Tags: patch

Dear Maintainer,

odin currently doesn't build against VTK-6.3, which is now available in
experimental. The attached patch solves this problem.

Please note that when the transition starts, the severity of this bug will be
set to "serious".

Best,
Gert



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages odin depends on:
ii  g++                                  4:5.3.1-1
ii  gdb                                  7.10-1+b1
ii  libatlas3-base [liblapack.so.3]      3.10.2-9+b1
ii  libblas-dev                          3.6.0-2
ii  libblitz0v5                          1:0.10-3.3
ii  libc6                                2.22-6
ii  libc6-dev [libc-dev]                 2.22-6
ii  libdcmtk5                            3.6.1~20150924-5+b1
ii  libgcc1                              1:6-20160117-1
ii  libgsl-dev                           2.1+dfsg-2
ii  libgsl2                              2.1+dfsg-2
ii  libhdf5-10                           1.8.16+docs-7
ii  liblapack3 [liblapack.so.3]          3.6.0-2
ii  libnifti2                            2.0.0-2
ii  libodin-dev                          1.8.8-2+b1
ii  libpng16-16                          1.6.21-2
ii  libqtcore4                           4:4.8.7+dfsg-6+b1
ii  libqtgui4                            4:4.8.7+dfsg-6+b1
ii  libqwt5-qt4                          5.2.3-1
ii  libstdc++6                           6-20160117-1
ii  libvtk6.2                            6.2.0+dfsg1-11.1
ii  mate-terminal [x-terminal-emulator]  1.12.1-1
ii  mitools                              2.0.1-0.1
ii  xterm [x-terminal-emulator]          324-1
ii  zlib1g                               1:1.2.8.dfsg-2+b1

Versions of packages odin recommends:
ii  libdcmtk-dev  3.6.1~20150924-5+b1

odin suggests no packages.

-- no debconf information
Description: Add VTK-6.3 as possible option
Author: Gert Wollny <gw.foss...@gmail.com>
Forwarded: No

--- a/configure.ac
+++ b/configure.ac
@@ -375,7 +375,7 @@
       dnl Continue only if previous lib was found
       if test "x$lib_vtk" = "xyes" ; then
         vtkver_match=no
-        for vtkver in 6.2 6.1 6.0  ; do
+        for vtkver in 6.3 6.2 6.1 6.0  ; do
           AC_CHECK_LIB(${vtklib}-${vtkver},main,DATALIBS="-l${vtklib}-${vtkver} $DATALIBS"; vtkver_match=yes; vtkver_selection=${vtkver})
         done
         if test "x$vtkver_match" = "xno" ; then
@@ -414,7 +414,7 @@
 
 
     dnl Hack for Debian
-    for vtk_header_dir in vtk vtk-6.2 vtk-6.1 vtk-6.0 vtk-5.8 vtk-5.4 vtk-5.2 vtk-5.0 ; do
+    for vtk_header_dir in vtk vtk-6.3 vtk-6.2 vtk-6.1 vtk-6.0 vtk-5.8 vtk-5.4 vtk-5.2 vtk-5.0 ; do
       if test -d ${extra_include_base}/${vtk_header_dir} ; then
         all_includes="-I${extra_include_base}/${vtk_header_dir} $all_includes"
       fi

Reply via email to