diff --git a/gdcm.spec b/gdcm.spec index 1506e42..579f4ea 100644 --- a/gdcm.spec +++ b/gdcm.spec @@ -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 - 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