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 962 by francois, Thu Jan 12 19:45:07 2017 UTC vs.
Revision 963 by francois, Mon Aug 20 13:41:47 2018 UTC

# Line 40 | Line 40 | else
40   if [ $1 == 12.7 ];
41   then
42   version=12.7
43 + if [ $1 == 13.6 ];
44 + then
45 + version=13.6
46   else
47   echo "Version "$1" non supportée"
48   exit
# Line 50 | Line 53 | fi
53   fi
54   fi
55   fi
56 + fi
57   echo "Checking / Installing dependencies"
58 < tabdep=(gfortran python g++ gcc python-dev python-numpy python-qt4 tk bison flex libblas-dev liblapack-dev libmotif-dev)
58 > tabdep=(gfortran python g++ gcc python-dev python-numpy python-qt4 tk bison flex libblas-dev liblapack-dev libmotif-dev )
59 > if [ "$version" \> "13" ];
60 > then
61 > tabdep=( "${tabdep[@]}" "libboost-python-dev")
62 > fi
63   echo "Dependance a verifier :"${#tabdep[*]}
64   for i in ${!tabdep[*]};
65   do
# Line 74 | Line 82 | then
82   echo "installation code aster "$version"..................FAIL"
83   echo "installation code aster "$version
84   cd $__DIR
85 + if [ $version == 13.6 ];
86 + then
87 + wget http://ericca.uqtr.ca/aster-full-src-13.6.0-1.noarch.tar.gz
88 + tar -zxf aster-full-src-13.6.0-1.noarch.tar.gz
89 + cd aster-full-src-13.6.0
90 + fi
91   if [ $version == 12.7 ];
92   then
93   wget http://ericca.uqtr.ca/aster-full-src-12.7.0-1.noarch.tar.gz

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines