remove libxml/mpich unpacking for the basic install
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@295 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
34a339e96a
commit
3b13df8a4e
1 changed files with 9 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ S_REMOVE_INSTALL=1015
|
||||||
S_END=1016
|
S_END=1016
|
||||||
|
|
||||||
# define what are the possible install and their content
|
# define what are the possible install and their content
|
||||||
FULL_INSTALL="$S_INTRODUCTION $S_UNPACK_EO $S_UNPACK_LIBXML $S_UNPACK_MPICH $S_INSTALL_EO $S_INSTALL_MO $S_INSTALL_MOEO $S_INSTALL_LIBXML $S_REMOVE_TEMP_LIBXML $S_INSTALL_MPICH $S_REMOVE_TEMP_MPICH $S_CONFIGURE_ENV $S_INSTALL_PEO $S_CONFIGURE_MPD $S_END"
|
FULL_INSTALL="$S_INTRODUCTION $S_UNPACK_EO $S_INSTALL_EO $S_INSTALL_MO $S_INSTALL_MOEO $S_INSTALL_LIBXML $S_REMOVE_TEMP_LIBXML $S_INSTALL_MPICH $S_REMOVE_TEMP_MPICH $S_CONFIGURE_ENV $S_INSTALL_PEO $S_CONFIGURE_MPD $S_END"
|
||||||
|
|
||||||
BASIC_INSTALL="$S_INTRODUCTION $S_UNPACK_EO $S_INSTALL_EO $S_INSTALL_MO $S_INSTALL_MOEO $S_END"
|
BASIC_INSTALL="$S_INTRODUCTION $S_UNPACK_EO $S_INSTALL_EO $S_INSTALL_MO $S_INSTALL_MOEO $S_END"
|
||||||
|
|
||||||
|
|
@ -170,6 +170,14 @@ function on_error()
|
||||||
echo
|
echo
|
||||||
kill $$;;
|
kill $$;;
|
||||||
|
|
||||||
|
|
||||||
|
$EDIT_BASH_VARIABLES)
|
||||||
|
echo
|
||||||
|
echo " "
|
||||||
|
|
||||||
|
kill $$;;
|
||||||
|
|
||||||
|
|
||||||
$MPICH_UNPACKING_ERROR)
|
$MPICH_UNPACKING_ERROR)
|
||||||
echo
|
echo
|
||||||
echo " An error has occured : impossible to unpack mpich2 archive.See $SPY for more details"
|
echo " An error has occured : impossible to unpack mpich2 archive.See $SPY for more details"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue