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 757 by francois, Mon Aug 31 13:35:48 2015 UTC vs.
Revision 758 by francois, Wed Nov 18 19:37:42 2015 UTC

# Line 24 | Line 24 | else
24   if [ $1 == 11.7 ];
25   then
26   version=11.7
27 + if [ $1 == 12.4 ];
28 + then
29 + version=12.4
30   else
31   echo "Version "$1" non supportée"
32   exit
33   fi
34   fi
35   fi
36 + fi
37   echo "Checking / Installing dependencies"
38   tabdep=(gfortran python g++ gcc python-dev python-numpy python-qt4 tk bison flex libblas-dev liblapack-dev libmotif-dev)
39   echo "Dependance a verifier :"${#tabdep[*]}
# Line 54 | Line 58 | then
58   echo "installation code aster "$version"..................FAIL"
59   echo "installation code aster "$version
60   cd $__DIR
61 + if [ $version == 12.4 ];
62 + then
63 + wget http://ericca.uqtr.ca/aster-full-src-12.4.0-1.noarch.tar.gz
64 + tar -zxf aster-full-src-12.4.0-1.noarch.tar.gz
65 + cd aster-full-src-12.4.0
66 + fi
67  
68   if [ $version == 11.7 ];
69   then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines