]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/ThirdParty-install-ITK.sh
redmine feature # 1708
[creaToolsTools.git] / Linux / scripts / ThirdParty-install-ITK.sh
index b8a79b79d10b203206d1fa6f9561a455d0c35b0e..5fcdfbfb11dc76ddbbc4e7b157b26cfe8e2d21ac 100644 (file)
@@ -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
@@ -107,12 +109,12 @@ fi
 
 #fi # JPR ------------1
 
-if [ $buildType = "Debug" ]
-then
-   debug="ON"
-else
-   debug="OFF"
-fi
+#if [ $buildType = "Debug" ]
+#then
+#   debug="ON"
+#else
+#   debug="OFF"
+#fi
 
 # the following stupid test is used at debug time; Please don't remove!
 #if [ true = false ]