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 781 by couturad, Wed Nov 18 20:04:07 2015 UTC vs.
Revision 782 by francois, Tue Feb 23 19:56:52 2016 UTC

# Line 29 | Line 29 | if [ $1 == 12.4 ];
29   then
30   version=12.4
31   else
32 + if [ $1 == 12.5 ];
33 + then
34 + version=12.5
35 + else
36   echo "Version "$1" non supportée"
37   exit
38   fi
39   fi
40   fi
41   fi
42 + fi
43   echo "Checking / Installing dependencies"
44   tabdep=(gfortran python g++ gcc python-dev python-numpy python-qt4 tk bison flex libblas-dev liblapack-dev libmotif-dev)
45   echo "Dependance a verifier :"${#tabdep[*]}
# Line 59 | Line 64 | then
64   echo "installation code aster "$version"..................FAIL"
65   echo "installation code aster "$version
66   cd $__DIR
67 + if [ $version == 12.5 ];
68 + then
69 + wget http://ericca.uqtr.ca/aster-full-src-12.5.0-1.noarch.tar.gz
70 + tar -zxf aster-full-src-12.5.0-1.noarch.tar.gz
71 + cd aster-full-src-12.5.0
72 + fi
73 +
74   if [ $version == 12.4 ];
75   then
76   wget http://ericca.uqtr.ca/aster-full-src-12.4.0-1.noarch.tar.gz

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines