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

Comparing magic/linux/instal_aster.bash (file contents):
Revision 704 by francois, Wed Aug 19 03:20:37 2015 UTC vs.
Revision 760 by couturad, Wed Nov 18 20:04:07 2015 UTC

# Line 13 | Line 13 | echo ""
13   echo $(date)
14   echo ""
15   echo "Code Aster installation"
16 if [ $1 == 10.6 ];
17 then
18 version=STA10.6
19 else
16   if [ $1 == 11.6 ];
17   then
18   version=11.6
# Line 29 | Line 25 | if [ $1 == 11.7 ];
25   then
26   version=11.7
27   else
28 + if [ $1 == 12.4 ];
29 + then
30 + version=12.4
31 + else
32   echo "Version "$1" non supportée"
33   exit
34   fi
# Line 59 | Line 59 | then
59   echo "installation code aster "$version"..................FAIL"
60   echo "installation code aster "$version
61   cd $__DIR
62 + if [ $version == 12.4 ];
63 + then
64 + wget http://ericca.uqtr.ca/aster-full-src-12.4.0-1.noarch.tar.gz
65 + tar -zxf aster-full-src-12.4.0-1.noarch.tar.gz
66 + cd aster-full-src-12.4.0
67 + fi
68  
69   if [ $version == 11.7 ];
70   then
# Line 98 | Line 104 | fi
104  
105   echo "  mettre les lignes suivantes dans .bashrc"
106   echo "    export PATHASTER=/opt/aster/bin"
101 echo "    export VERSIONASTER="$version
107   echo "    PATH=\$PATH:\$PATHASTER"
108   echo "  verifier que le repertoire flasheur dans le home directory à les droits d'accees 777"
109   cd $__DIR

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines