From 909f0480975b77e8a3ab134401f34e362e075319 Mon Sep 17 00:00:00 2001 From: maintenance team Date: Fri, 12 Feb 2010 08:59:30 +0000 Subject: [PATCH] REplacing VTK 5.0.0 by 5.0.4 --- config_files/{VTK-5.0.0.sh => VTK-5.0.4.sh} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename config_files/{VTK-5.0.0.sh => VTK-5.0.4.sh} (97%) diff --git a/config_files/VTK-5.0.0.sh b/config_files/VTK-5.0.4.sh similarity index 97% rename from config_files/VTK-5.0.0.sh rename to config_files/VTK-5.0.4.sh index 84f905f..e15954d 100755 --- a/config_files/VTK-5.0.0.sh +++ b/config_files/VTK-5.0.4.sh @@ -15,7 +15,7 @@ # # VTK version # -VTK_VERSION=5.0.0 +VTK_VERSION=5.0.4 VTK_LIBVERSION=`echo ${VTK_VERSION} | awk -F. '{printf("%d.%d",$1,$2)}'` check_version() @@ -95,8 +95,8 @@ for f in Utilities/DICOMParser/DICOMAppHelper.cxx Utilities/DICOMParser/DICOMFil mv -f ${f}_ ${f} done -sed -e "s%char \*doc \=%const char \*doc \=%g" Common/vtkPythonUtil.cxx > Common/vtkPythonUtil.cxx.orig -mv -f Common/vtkPythonUtil.cxx.orig Common/vtkPythonUtil.cxx +#sed -e "s%char \*doc \=%const char \*doc \=%g" Common/vtkPythonUtil.cxx > Common/vtkPythonUtil.cxx.orig +#mv -f Common/vtkPythonUtil.cxx.orig Common/vtkPythonUtil.cxx # get Python and tcl/tk version -- 2.39.2