]> Creatis software - creaToolsTools.git/blob - Linux/scripts/ThirdParty-install-VTK.sh
#3224 creaToolsTools Feature New Normal - vtk8itk4wx3-mingw64
[creaToolsTools.git] / Linux / scripts / ThirdParty-install-VTK.sh
1 # ---------------------------------------------------------------------
2 #
3 # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image 
4 #                        pour la Santé)
5 # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
6 #
7 #  This software is governed by the CeCILL-B license under French law and 
8 #  abiding by the rules of distribution of free software. You can  use, 
9 #  modify and/ or redistribute the software under the terms of the CeCILL-B 
10 #  license as circulated by CEA, CNRS and INRIA at the following URL 
11 #  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html 
12 #  or in the file LICENSE.txt.
13 #
14 #  As a counterpart to the access to the source code and  rights to copy,
15 #  modify and redistribute granted by the license, users are provided only
16 #  with a limited warranty  and the software's author,  the holder of the
17 #  economic rights,  and the successive licensors  have only  limited
18 #  liability. 
19 #
20 #  The fact that you are presently reading this means that you have had
21 #  knowledge of the CeCILL-B license and that you accept its terms.
22 # ------------------------------------------------------------------------  
23
24
25 #!/bin/bash
26
27  echo  "in ThirdParty-install-VTK.sh, source " $PWD/scripts/CreaTools-configure.sh
28  if [ ! -f $PWD/scripts/CreaTools-configure.sh ]
29  then 
30    echo
31    echo "..ERROR.."
32    echo "==================================================="
33    echo "REMEMBER !"
34    echo ""
35    echo "YOU NEED TO RUN 'Configure' (0) First !"
36    echo "==================================================="
37    echo
38    echo
39    exit 0
40 fi
41
42 source $PWD/scripts/CreaTools-configure.sh
43
44    echo "------"
45    echo $PWD/scripts/CreaTools-configure.sh
46    echo --generationdir--
47    echo $generationdir
48    echo --docgeneration--
49    echo $docgeneration
50    echo --installPrefix--
51    echo $installPrefix
52    echo --installPrefixThird--
53    echo $installPrefixThird
54    echo --buildType--
55    echo $buildType
56    echo --gdcmVersion--
57    echo $gdcmVersion
58 #   echo --sourcesFrom--
59 #   echo $sourcesFrom
60 #   echo --scriptDir--
61 #   echo $scriptDir
62 #   echo --start_point--
63 #   echo $start_point
64    echo "------"
65
66
67 #EED 2017-03-24
68   source $PWD/scripts/LocalFunctions.sh
69   if [ `getDistrib` == "CentOS" ] && [ `getKernelVersion` < "2.6.34" ]
70   then
71         stdCompiler=c++98
72   else
73         stdCompiler=c++03
74   fi
75
76
77
78 scriptDir=$PWD
79 sourcesDir=$generationdir/thirdparty_sources
80 binDir=$generationdir/thirdparty_bin
81
82 if [ ! -e $generationdir ]
83 then
84    mkdir -p $generationdir
85    chown -R $loginUserName  $generationdir
86    chgrp -R $loginGroupName $generationdir
87
88 fi
89 if [ ! -e $sourcesDir ]
90 then
91    mkdir -p $sourcesDir
92    #was : (pb on MacOS?)
93    #chown -R $loginUserName:$loginGroupName $sourcesDir
94    chown -R $loginUserName  $sourcesDir
95    chgrp -R $loginGroupName $sourcesDir
96 fi
97
98 if [ ! -e $binDir ]
99 then
100    mkdir -p $binDir
101    chown -R $loginUserName  $binDir
102    chgrp -R $loginGroupName $binDir
103 fi
104
105   echo "we remove old stuff"
106   rm -rf $sourcesDir/VTK*
107   rm -rf $sourcesDir/vtk*
108   rm -rf $binDir/VTK*
109
110   cd $sourcesDir
111
112  echo "we download new stuff"
113  if [ $OperatingSystem = "MacOS" ]
114  then
115
116 ## EED 2013-10-29
117 ##  curl -O http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source/VTK-5.6.1.patchCreatis.tar.gz
118 ##  # MacOS, clever enough to understand it *has* to uncompress, doesn't understand tar -z :-(
119 ##  tar -xvf VTK-5.6.1.patchCreatis.tar.gz
120
121   curl -O http://www.vtk.org/files/release/5.10/vtk-5.10.1.zip
122   unzip vtk-5.10.1.zip
123   cd VTK5.10.1/Rendering
124   curl -O http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source/vtk-5.10.1.vtkXOpenGLRenderWindow.patch
125   patch < vtk-5.10.1.vtkXOpenGLRenderWindow.patch
126   # MacOS, clever enough to understand it *has* to uncompress, doesn't understand tar -z :-(
127  else
128
129 ## EED 2013-10-29
130 ##  wget http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source/VTK-5.6.1.patchCreatis.tar.gz
131 ##  tar -xzvf VTK-5.6.1.patchCreatis.tar.gz
132
133 ## EED 2016-12-28
134 ##  wget http://www.vtk.org/files/release/5.10/vtk-5.10.1.zip
135 ##  echo unzip vtk-5.10.1.zip
136 ##  pwd
137 ##  unzip vtk-5.10.1.zip
138 ##  cd VTK5.10.1/Rendering
139 ####EED19mai2015  wget http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source/vtk-5.10.1.vtkXOpenGLRenderWindow.patch
140 ##  wget http://www.creatis.insa-lyon.fr/~davila/creatools_back_site/crea_ThirdParty_Libraries/source/vtk-5.10.1.vtkXOpenGLRenderWindow.patch
141 ##  patch < vtk-5.10.1.vtkXOpenGLRenderWindow.patch
142 ##  cd ../CMake
143 ##  wget http://www.creatis.insa-lyon.fr/~davila/creatools_back_site/crea_ThirdParty_Libraries/source/vtk-5.10.1.vtkCompilerExtras.cmake-PATCH
144 ##  patch < vtk-5.10.1.vtkCompilerExtras.cmake-PATCH 
145
146 ##      wget http://www.vtk.org/files/release/7.1/VTK-7.1.0.zip
147         wget https://www.vtk.org/files/release/8.1/VTK-8.1.1.zip
148         unzip VTK-8.1.1.zip
149
150  fi
151
152
153
154
155 #if [ $buildType = "Debug" ]
156 #then
157 #   debug="ON"
158 #else
159 #   debug="OFF"
160 #fi
161
162 ### the following stupid test is used at debug time; Please don't remove!
163 ###if [ true = false ]
164 ##if [ true = true ]
165 ##then
166 ##  libname=VTK5.10.1
167 ##  dirInstall=$binDir/$libname-Bin
168 ####  export VTK_DIR=$installPrefixThird/lib/vtk-5.6/
169 ##  export VTK_DIR=$installPrefixThird/lib/vtk-5.10/
170 ##
171 ##  mkdir -p $dirInstall
172 ##  echo "we prepare directories dirInstall " $dirInstall  " VTK_DIR " $installPrefixThird/lib/vtk-5.10.1/
173 ##  cd $dirInstall
174 ##
175 ### See EED why we have to do this
176 ##  if [ $OperatingSystem = "MacOS" ]
177 ##  then
178 ##     cmake -D  CMAKE_CXX_COMPILER:FILE=/usr/bin/g++
179 ##  fi
180 ##  cmake -G"Unix Makefiles" -H$sourcesDir/$libname -B$dirInstall/
181 ##  ##cmake -G"CodeBlocks - Unix Makefiles" -H$sourcesDir/$libname -B$dirInstall/
182 ##  cmake -D CMAKE_BUILD_TYPE:STRING=$buildType -D CMAKE_INSTALL_PREFIX:PATH=$installPrefixThird CMakeCache.txt
183 ##
184 ##  if [ $OperatingSystem = "MacOS" ]
185 ##  then
186 ##    cmake -D BUILD_SHARE_LIBS:BOOL=ON -D VTK_USE_CARBON:BOOL=ON -D  VTK_USE_COCOA:BOOL=OFF CMakeCache.txt
187 ##    cmake -D  VTK_USE_TCL:BOOL=OFF                                                         CMakeCache.txt
188 ##    CMakeCache.txt
189 ##  fi
190 ##
191 ##  cmake -D BUILD_EXAMPLES:BOOL=OFF -D BUILD_TESTING:BOOL=OFF -D BUILD_SHARED_LIBS:BOOL=ON -D VTK_USE_QT:BOOL=ON CMakeCache.txt
192 ##  cmake -D CMAKE_CXX_FLAGS:STRING='-std=c++03' CMakeCache.txt
193 ##
194 ####EED 2016-12-22  make -j $corenumber
195 ##  make -j $corenumber
196 ##  make -j $corenumber install
197 ##  cd ..
198 ##fi
199
200
201 # the following stupid test is used at debug time; Please don't remove!
202 #if [ true = false ]
203 if [ true = true ]
204 then
205   libname=VTK-8.1.1
206   libnameB=vtk-8.1
207   dirInstall=$binDir/$libname-Bin
208 ##  export VTK_DIR=$installPrefixThird/lib/vtk-5.6/
209   export VTK_DIR=$installPrefixThird/lib/cmake/$libnameB/
210
211   mkdir -p $dirInstall
212   echo "we prepare directories dirInstall " $dirInstall  " VTK_DIR " $installPrefixThird/lib/$libnameB/
213   cd $dirInstall
214
215 # See EED why we have to do this
216   if [ $OperatingSystem = "MacOS" ]
217   then
218      cmake -D  CMAKE_CXX_COMPILER:FILE=/usr/bin/g++
219   fi
220
221   cmake -G"Unix Makefiles" -H$sourcesDir/$libname -B$dirInstall/
222   ##cmake -G"CodeBlocks - Unix Makefiles" -H$sourcesDir/$libname -B$dirInstall/
223   cmake -D CMAKE_BUILD_TYPE:STRING=$buildType -D CMAKE_INSTALL_PREFIX:PATH=$installPrefixThird CMakeCache.txt
224
225   if [ $OperatingSystem = "MacOS" ]
226   then
227     cmake -D BUILD_SHARE_LIBS:BOOL=ON -D VTK_USE_CARBON:BOOL=ON -D  VTK_USE_COCOA:BOOL=OFF CMakeCache.txt
228     cmake -D  VTK_USE_TCL:BOOL=OFF                                                         CMakeCache.txt
229     CMakeCache.txt
230   fi
231
232   cmake -D VTK_Group_Views:BOOL=ON  -D VTK_Group_Qt:BOOL=ON   CMakeCache.txt
233   cmake -D BUILD_EXAMPLES:BOOL=OFF -D BUILD_TESTING:BOOL=OFF -D BUILD_SHARED_LIBS:BOOL=ON CMakeCache.txt
234   cmake -D VTK_Group_Views:BOOL=ON -D VTK_Group_Qt:BOOL=OFF CMakeCache.txt  
235
236   make -j $corenumber
237   make -j $corenumber install
238   cd ..
239
240 fi
241
242
243
244
245