Re-enabling vtk support

This commit is contained in:
Mario Ceresa 2013-08-05 20:19:32 +02:00
parent 4db2477f77
commit 278a214ddb
1 changed files with 8 additions and 4 deletions

View File

@ -6,7 +6,7 @@
Name: gdcm Name: gdcm
Version: 2.2.4 Version: 2.2.4
Release: 4%{?dist} Release: 5%{?dist}
Summary: Grassroots DiCoM is a C++ library to parse DICOM medical files Summary: Grassroots DiCoM is a C++ library to parse DICOM medical files
Group: Development/Libraries Group: Development/Libraries
License: BSD License: BSD
@ -44,7 +44,7 @@ BuildRequires: python2-devel
BuildRequires: postgresql-devel BuildRequires: postgresql-devel
BuildRequires: swig BuildRequires: swig
#BuildRequires: texlive-ec #BuildRequires: texlive-ec
#BuildRequires: vtk-devel BuildRequires: vtk-devel
%description %description
@ -128,7 +128,7 @@ pushd %{_target_platform}
-DGDCM_BUILD_SHARED_LIBS:BOOL=ON \ -DGDCM_BUILD_SHARED_LIBS:BOOL=ON \
-DGDCM_BUILD_APPLICATIONS:BOOL=ON \ -DGDCM_BUILD_APPLICATIONS:BOOL=ON \
-DCMAKE_BUILD_TYPE:STRING="Release" \ -DCMAKE_BUILD_TYPE:STRING="Release" \
-DGDCM_USE_VTK:BOOL=OFF \ -DGDCM_USE_VTK:BOOL=ON \
-DGDCM_USE_SYSTEM_CHARLS=ON \ -DGDCM_USE_SYSTEM_CHARLS=ON \
-DGDCM_USE_SYSTEM_EXPAT=ON \ -DGDCM_USE_SYSTEM_EXPAT=ON \
-DGDCM_USE_SYSTEM_OPENJPEG=ON \ -DGDCM_USE_SYSTEM_OPENJPEG=ON \
@ -196,8 +196,12 @@ ctest .
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog
* Mon Aug 05 2013 Mario Ceresa <mrceresa AT fedoraproject DOT org> - 2.2.4-5
- Re-enabled vtk bindings
* Mon Aug 05 2013 Mario Ceresa <mrceresa AT fedoraproject DOT org> - 2.2.4-4 * Mon Aug 05 2013 Mario Ceresa <mrceresa AT fedoraproject DOT org> - 2.2.4-4
- Dropped vtk dependencies for now, as there are problems building with it. - Fixed doc generation
- Disabled pdf generation util texlive problems are solved in Rawhide
- Fixed bogus dates - Fixed bogus dates
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.4-3 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.4-3