X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2Fscripts%2FThirdParty-install-ITK.sh;h=61ba301a8e980026b5269cf74739a015ed39ffef;hb=c7cbdaae00e1c26ca7b0a862a6198b204bcb797d;hp=b8a79b79d10b203206d1fa6f9561a455d0c35b0e;hpb=53f12f811558ae04061b2fbf98c9d1b3633cccec;p=creaToolsTools.git 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