From: Eduardo Davila Date: Tue, 2 Oct 2012 06:52:38 +0000 (+0000) Subject: Bug #1636 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaToolsTools.git;a=commitdiff_plain;h=c7cbdaae00e1c26ca7b0a862a6198b204bcb797d Bug #1636 Not compiling ITK Fedora 17 changing to version itk 3.20.0 -> 3.20.1 --- diff --git a/Linux/scripts/ThirdParty-install-ITK.sh b/Linux/scripts/ThirdParty-install-ITK.sh index b8a79b7..61ba301 100644 --- a/Linux/scripts/ThirdParty-install-ITK.sh +++ b/Linux/scripts/ThirdParty-install-ITK.sh @@ -48,7 +48,7 @@ source $PWD/scripts/CreaTools-configure.sh scriptDir=$PWD sourcesDir=$generationdir/thirdparty_sources binDir=$generationdir/thirdparty_bin -itkfile=InsightToolkit-3.20.0.patchCreatis.tar.gz +#EED itkfile=InsightToolkit-3.20.0.patchCreatis.tar.gz if [ ! -e $generationdir ] then @@ -88,8 +88,10 @@ fi if [ $ITKVersion = ITK3 ] then # deal with ITK3 - itkfile=InsightToolkit-3.20.0.patchCreatis.tar.gz - libname=InsightToolkit-3.20.0 + #EED itkfile=InsightToolkit-3.20.0.patchCreatis.tar.gz + #EED libname=InsightToolkit-3.20.0 + itkfile=InsightToolkit-3.20.1.tar.gz + libname=InsightToolkit-3.20.1 else # deal with ITK4 itkfile=ITK4.0.tgz