fi
+# -------------------------
+# start_point = 14 : creaVtk
+#-------------------------
+if [ $start_point -le 14 ]
+then
+ # the following stupid test is used at debug time; Please don't remove!
+ #if [ true = false ]
+ if [ true = true ]
+ then
+ # creaVtk
+ bash $scriptDir/cmakemod.sh $creavtksource $generationdir $installPrefix $buildType
+ bash $scriptDir/creaVtkVariables.sh $creavtksource $generationdir $docgeneration
+ bash $scriptDir/compilemod.sh $buildType $creavtksource $generationdir $corenumber
+ bash $scriptDir/ctestmod.sh $creavtksource $generationdir
+ fi
+fi
+ creavtkdll=$generationdir/creatools_bin/creaVtkBin
+
+if [ $OperatingSystem = "MacOS" ]
+then
+ #duplicate form creaTools_name.sh?? //FCY
+ DYLD_LIBRARY_PATH=$creavtkdll:$DYLD_LIBRARY_$PATH
+else
+ LD_LIBRARY_PATH=$creavtkdll:$LD_LIBRARY_$PATH
+fi
+
+ export creaVtk_DIR=$generationdir/creatools_bin/creaVtkBin
+
+
+
+
# shutdown /s
# exit /b
bash installmod.sh $buildType $creasource $generationdir $installPrefix
bash installmod.sh $buildType $bbtksource $generationdir $installPrefix
+ bash installmod.sh $buildType $creavtksource $generationdir $installPrefix
bash installmod.sh $buildType $creamaracassource $generationdir $installPrefix
bash installmod.sh $buildType $creaenvironmentsource $generationdir $installPrefix
bash installmod.sh $buildType $creabrukersource $generationdir $installPrefix
then
bash $scriptDir/gitclone.sh $creasource $generationdir $sourcesFrom
bash $scriptDir/gitclone.sh $bbtksource $generationdir $sourcesFrom
+ bash $scriptDir/gitclone.sh $creavtksource $generationdir $sourcesFrom
bash $scriptDir/gitclone.sh $creamaracassource $generationdir $sourcesFrom
bash $scriptDir/gitclone.sh $creaenvironmentsource $generationdir $sourcesFrom
bash $scriptDir/gitclone.sh $creabrukersource $generationdir $sourcesFrom
wget $wwwtargz/crea.tgz
wget $wwwtargz/bbtk.tgz
+ wget $wwwtargz/creaVtk.tgz
wget $wwwtargz/creaMaracasVisu.tgz
wget $wwwtargz/creaEnvironment.tgz
wget $wwwtargz/creaBruker.tgz
then
curl $wwwtargz/crea.tgz
curl $wwwtargz/bbtk.tgz
+ curl $wwwtargz/creaVtk.tgz
curl $wwwtargz/creaMaracasVisu.tgz
curl $wwwtargz/creaEnvironment.tgz
curl $wwwtargz/creaBruker.tgz
else
tar xvzf crea.tgz
tar xvzf bbtk.tgz
+ tar xvzf creaVtk.tgz
tar xvzf creaMaracasVisu.tgz
tar xvzf creaEnvironment.tgz
tar xvzf creaBruker.tgz
creasource=crea
bbtksource=bbtk
+ creavtksource=creaVtk
creamaracassource=creaMaracasVisu
creaenvironmentsource=creaEnvironment
creabrukersource=creaBruker
creatoolstoolssource=creaToolsTools
# libidosource=libidoNewProj
- creaversion=v0_3_3
+ creaversion=v0_4_3
bbtkversion=v0_9_5
+ creavtkversion=v1_0_0
creamaracasversion=v1_0_3
creaenvironmentversion=v1_0_1
creabrukerversion=v1_0_1
DYLD_LIBRARY_PATH=$creadll:$DYLD_LIBRARY_PATH
bbtkdll=$generationdir/creatools_bin/bbtkBin
DYLD_LIBRARY_PATH=$bbtkdll:$DYLD_LIBRARY_PATH
+ creavtkdll=$generationdir/creatools_bin/creavtkBin
+DYLD_LIBRARY_PATH=$creavtkdll:$DYLD_LIBRARY_PATH
creamaracasdll=$generationdir/creatools_bin/creamaracasBin
DYLD_LIBRARY_PATH=$creamaracasdll:$DYLD_LIBRARY_PATH
creaenvironmentdll=$generationdir/creatools_bin/creaenvironmentBin
LD_LIBRARY_PATH=$creadll:$LD_LIBRARY_PATH
bbtkdll=$generationdir/creatools_bin/bbtkBin
LD_LIBRARY_PATH=$bbtkdll:$LD_LIBRARY_PATH
+ creavtkdll=$generationdir/creatools_bin/creavtkBin
+LD_LIBRARY_PATH=$creavtkdll:$LD_LIBRARY_PATH
creamaracasdll=$generationdir/creatools_bin/creamaracasBin
LD_LIBRARY_PATH=$creamaracasdll:$LD_LIBRARY_PATH
creaenvironmentdll=$generationdir/creatools_bin/creaenvironmentBin
--- /dev/null
+# ---------------------------------------------------------------------
+#
+# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
+# pour la Santé)
+# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
+#
+# This software is governed by the CeCILL-B license under French law and
+# abiding by the rules of distribution of free software. You can use,
+# modify and/ or redistribute the software under the terms of the CeCILL-B
+# license as circulated by CEA, CNRS and INRIA at the following URL
+# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
+# or in the file LICENSE.txt.
+#
+# As a counterpart to the access to the source code and rights to copy,
+# modify and redistribute granted by the license, users are provided only
+# with a limited warranty and the software's author, the holder of the
+# economic rights, and the successive licensors have only limited
+# liability.
+#
+# The fact that you are presently reading this means that you have had
+# knowledge of the CeCILL-B license and that you accept its terms.
+# ------------------------------------------------------------------------
+
+
+#!/bin/bash
+
+# $1 : bbtk
+# $2 : generationdir
+# $3 : ON/OFF (generate doc)
+
+currentdir=$2
+binfolder=$2/creatools_bin/$1Bin
+cd $binfolder
+
+cmake -D BBTK_DIR:PATH=$currentdir/creatools_bin/bbtkBin CMakeCache.txt
+cmake -D crea_DIR:PATH=$currentdir/creatools_bin/creaBin CMakeCache.txt
+cmake -D BUILD_BBTK_PACKAGE_creaVtk:BOOL=ON CMakeCache.txt
+cmake -D creaVtk_DOC:BOOL=$3 CMakeCache.txt
+cmake -D BUILD_BBTK_PACKAGE_creaVtk_DOXYGEN_DOC:BOOL=$3 CMakeCache.txt
+
+cmake CMakeCache.txt
+cmake CMakeCache.txt
+
+cd ..
--- /dev/null
+# ---------------------------------------------------------------------
+#
+# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
+# pour la Santé)
+# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
+#
+# This software is governed by the CeCILL-B license under French law and
+# abiding by the rules of distribution of free software. You can use,
+# modify and/ or redistribute the software under the terms of the CeCILL-B
+# license as circulated by CEA, CNRS and INRIA at the following URL
+# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
+# or in the file LICENSE.txt.
+#
+# As a counterpart to the access to the source code and rights to copy,
+# modify and redistribute granted by the license, users are provided only
+# with a limited warranty and the software's author, the holder of the
+# economic rights, and the successive licensors have only limited
+# liability.
+#
+# The fact that you are presently reading this means that you have had
+# knowledge of the CeCILL-B license and that you accept its terms.
+# ------------------------------------------------------------------------
+
+
+#!/bin/bash
+
+# $1 : bbtk
+# $2 : generationdir
+# $3 : ON/OFF (generate doc)
+
+currentdir=$2
+binfolder=$2/creatools_bin/$1Bin
+cd $binfolder
+
+cmake -D BBTK_DIR:PATH=$currentdir/creatools_bin/bbtkBin CMakeCache.txt
+cmake -D crea_DIR:PATH=$currentdir/creatools_bin/creaBin CMakeCache.txt
+cmake -D BUILD_BBTK_PACKAGE_creaVtk:BOOL=ON CMakeCache.txt
+cmake -D creaVtk_DOC:BOOL=$3 CMakeCache.txt
+cmake -D BUILD_BBTK_PACKAGE_creaVtk_DOXYGEN_DOC:BOOL=$3 CMakeCache.txt
+
+cmake CMakeCache.txt
+cmake CMakeCache.txt
+
+cd ..