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 706 by francois, Mon Aug 31 13:35:48 2015 UTC vs.
Revision 760 by couturad, Wed Nov 18 20:04:07 2015 UTC

# Line 25 | 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
35   fi
36   fi
37 + fi
38   echo "Checking / Installing dependencies"
39   tabdep=(gfortran python g++ gcc python-dev python-numpy python-qt4 tk bison flex libblas-dev liblapack-dev libmotif-dev)
40   echo "Dependance a verifier :"${#tabdep[*]}
# Line 54 | 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines