git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@160 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
e959365260
commit
91d5a76b82
1 changed files with 2 additions and 2 deletions
|
|
@ -225,7 +225,7 @@ function run_install()
|
||||||
|
|
||||||
execute_cmd "cd $installKitPath/paradiseo-moeo" "[6-1] Go in Paradiseo-MOEO dir" $SPY
|
execute_cmd "cd $installKitPath/paradiseo-moeo" "[6-1] Go in Paradiseo-MOEO dir" $SPY
|
||||||
RETURN=$?
|
RETURN=$?
|
||||||
execute_cmd "./autogen.sh --with-EOdir=$installKitPath/paradiseo-eo --with-MOdir=$installKitPath/paradiseo-mo/" "[6-2] Run autogen" $SPY
|
execute_cmd "./autogen.sh --with-EOdir=$installKitPath/paradiseo-eo" "[6-2] Run autogen" $SPY
|
||||||
RETURN=`expr $RETURN + $?`
|
RETURN=`expr $RETURN + $?`
|
||||||
execute_cmd "make" "[6-3] Compile ParadisEO-MOEO" $SPY
|
execute_cmd "make" "[6-3] Compile ParadisEO-MOEO" $SPY
|
||||||
RETURN=`expr $RETURN + $?`
|
RETURN=`expr $RETURN + $?`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue