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 785 by francois, Tue Feb 23 19:56:52 2016 UTC vs.
Revision 786 by francois, Wed Mar 9 21:10:49 2016 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines