Still getting vtkImageData has no member named 'GetWholeExtent" with vtk-devel.

Initially thought it was solved from:
http://public.kitware.com/pipermail/vtkusers/2013-February/127411.html
However, I hit a different problem, already reported by Orion:
http://sourceforge.net/p/gdcm/bugs/282/
Disabling vtk module until we work it out with upstream
This commit is contained in:
Mario Ceresa 2013-08-13 17:15:42 +02:00
parent 7d6d0b1ca1
commit f39b1c6c98
1 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ BuildRequires: python2-devel
BuildRequires: postgresql-devel
BuildRequires: swig
#BuildRequires: texlive-ec
BuildRequires: vtk-devel
#BuildRequires: vtk-devel
%description
@ -130,7 +130,7 @@ pushd %{_target_platform}
-DGDCM_BUILD_SHARED_LIBS:BOOL=ON \
-DGDCM_BUILD_APPLICATIONS:BOOL=ON \
-DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" \
-DGDCM_USE_VTK:BOOL=ON \
-DGDCM_USE_VTK:BOOL=OFF \
-DGDCM_USE_SYSTEM_CHARLS=ON \
-DGDCM_USE_SYSTEM_EXPAT=ON \
-DGDCM_USE_SYSTEM_OPENJPEG=ON \
@ -200,7 +200,7 @@ make test -C %{_target_platform} || exit 0
%changelog
* Tue Aug 13 2013 Mario Ceresa <mrceresa AT fedoraproject DOT org> - 2.2.4-5
- Re-enabled vtk bindings
- Still getting "vtkImageData has no member named 'GetWholeExtent" with vtk-devel
- Added additional debug symbols
- Enabled testing (for now informational only)
- Enabled build of gdcmd5 because its needed by tests