From de2b526d9acb9469fc56e269f9a78892e07289b4 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Mon, 27 Nov 2017 17:23:55 +0100 Subject: [PATCH] #3154 creaToolsTools Feature New Normal - branch mxecc --- Linux-mxe/compile-cretools.sh | 2 +- Linux-mxe/scripts/cloneGit.sh | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Linux-mxe/compile-cretools.sh b/Linux-mxe/compile-cretools.sh index 3237858..4aa2557 100644 --- a/Linux-mxe/compile-cretools.sh +++ b/Linux-mxe/compile-cretools.sh @@ -2,7 +2,7 @@ baseDir="$(pwd)" cd scripts source config.sh -##source cloneGit.sh +source cloneGit.sh mkdir $creatoolsBin source compile_crea.sh cd $baseDir diff --git a/Linux-mxe/scripts/cloneGit.sh b/Linux-mxe/scripts/cloneGit.sh index a5d33a8..7a44340 100644 --- a/Linux-mxe/scripts/cloneGit.sh +++ b/Linux-mxe/scripts/cloneGit.sh @@ -4,5 +4,14 @@ rm -rf crea bbtk ssh-add git clone ssh://gitolite@git.creatis.insa-lyon.fr/crea git clone ssh://gitolite@git.creatis.insa-lyon.fr/bbtk + +cd crea +git checkout vtk7itk4wx3 +cd .. + +cd bbtk +git checkout vtk7itk4wx3 +cd .. + cd $baseDir/scripts -- 2.45.1