ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/linux/instal_magic.bash
(Generate patch)

Comparing magic/linux/instal_magic.bash (file contents):
Revision 501 by francois, Tue May 13 01:39:47 2014 UTC vs.
Revision 502 by francois, Tue May 13 20:31:48 2014 UTC

# Line 4 | Line 4 | echo "*                        MAGiC
4   echo "*                                                        *"
5   echo "*                        ERICCA                          *"
6   echo "*                                                        *"
7 < echo "*         Département de génie mécanique - UQTR          *"
7 > echo "*         Departement de genie mecanique - UQTR          *"
8   echo "*                                                        *"
9   echo "* Installation des modules MAGiC - nutil - Code aster    *"
10   echo "*                                                        *"
# Line 15 | Line 15 | echo ""
15   echo "MAGiC installation"
16   echo "Checking / Installing dependencies"
17   tabdep=(gfortran python cmake cmake-curses-gui subversion libopencascade-dev libvtk5-dev g++ gcc python-dev python-numpy python-qt4 tk bison flex libblas-dev liblapack-dev)
18 < echo "Dépendance à vérifier :"${#tabdep[*]}
18 > echo "Dependance a verifier :"${#tabdep[*]}
19   for i in ${!tabdep[*]};
20   do
21   nomdep=${tabdep[i]}
# Line 61 | Line 61 | if [ -f mgoperation.exe ];
61   then
62   echo "installation complete..................OK"
63   else
64 < echo "installation echouée..................FAIL"
64 > echo "installation echouee..................FAIL"
65   fi
66   cd $__DIR
67   echo "Verification code aster"
# Line 70 | Line 70 | if [ ! -d aster ];
70   then
71   echo "installation code aster..................FAIL"
72   echo "installation code aster"
73 + cd $__DIR
74   wget http://ericca.uqtr.ca/aster-full-src-10.6.0-3.noarch.tar.gz
75   tar -zxf aster-full-src-10.6.0-3.noarch.tar.gz
76   cd aster-full-src-10.6.0
# Line 90 | Line 91 | echo "*                        MAGiC
91   echo "*                                                        *"
92   echo "*                        ERICCA                          *"
93   echo "*                                                        *"
94 < echo "*         Département de génie mécanique - UQTR          *"
94 > echo "*         Departement de genie mecanique - UQTR          *"
95   echo "*                                                        *"
96   echo "* Installation des modules MAGiC - nutil - Code aster    *"
97   echo "*                                                        *"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines