#DO NOT edit !
#(except if you *do* know what you do)
-OperatingSystem=MacOS
-corenumber=8
-generationdir=/Users/davila/Creatis/C11
-installPrefix=/Users/davila/Creatis/C11/ci
-installPrefixThird=/Users/davila/Creatis/C11/tpli
+OperatingSystem=Fedora
+corenumber=6
+generationdir=/home/davila/Creatis/C11
+installPrefix=/home/davila/Creatis/C11/ci
+installPrefixThird=/home/davila/Creatis/C11/tpli
docgeneration=OFF
sourcesFrom=GIT
loginUserName=davila
-loginGroupName=staff
+loginGroupName=davila
buildType=Release
gdcmVersion=GDCM1
ITKVersion=ITK4
-ETC_BASHRC=/Users/davila/.bashrc
-TDx=ON
+ETC_BASHRC=/home/davila/.bashrc
+TDx=OFF
stdCompiler=c++98
else
stdCompiler=c++11
+ # -std=c++11
fi
# libname=InsightToolkit-4.13.1
# fi
- itkfile=InsightToolkit-5.0.1.zip
- libname=InsightToolkit-5.0.1
+# itkfile=InsightToolkit-5.0.1-patchCreatis.zip
+ itkfile=InsightToolkit-5.2.1.zip
+ libname=InsightToolkit-5.2.1
## if [ $OperatingSystem = "MacOS" ]
## fi
-cxxFlags=' '
+cxxFlags='-std=c++11 '
if [ $TDx == "ON" ]
then
cxxFlags=$cxxFlags'-F/Library/Frameworks -DVTK_USE_TDX '
TDx=$4
-cxxFlags='-fPIC '
+cxxFlags='-fPIC -std=c++11 '
# TDx is declared in: CreaTools-configure.sh
if [ "$TDx" == "ON" ]; then
cxxFlags=$cxxFlags'-F/Library/Frameworks '
#This line es not working in MacOs
#cxxFlags='-fPIC -fopenmp '
-cxxFlags='-fPIC '
+cxxFlags='-fPIC -std=c++11 '
TDx=$5
# TDx is declared in: CreaTools-configure.sh
if [ "$TDx" == "ON" ]; then
cd $binfolder
TDx=$4
-cxxFlags='-fPIC '
+cxxFlags='-fPIC -std=c++11 '
# TDx is declared in: CreaTools-configure.sh
if [ "$TDx" == "ON" ]; then
cxxFlags=$cxxFlags'-F/Library/Frameworks '
fi
TDx=$5
-cxxFlags='-fPIC '
+cxxFlags='-fPIC -std=c++11 '
# TDx is declared in: CreaTools-configure.sh
if [ "$TDx" == "ON" ]; then
cxxFlags=$cxxFlags'-F/Library/Frameworks '
# this line is not working in MacOs
#cxxFlags='-fPIC -fopenmp '
-cxxFlags='-fPIC '
+cxxFlags='-fPIC -std=c++11 '
# TDx is declared in: CreaTools-configure.sh
if [ "$TDx" == "ON" ]; then