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 865 by francois, Wed Mar 9 21:10:49 2016 UTC vs.
Revision 866 by francois, Thu Jan 12 19:45:07 2017 UTC

# Line 37 | Line 37 | if [ $1 == 12.5mod ];
37   then
38   version=12.5mod
39   else
40 + if [ $1 == 12.7 ];
41 + then
42 + version=12.7
43 + else
44   echo "Version "$1" non supportée"
45   exit
46   fi
# Line 45 | Line 49 | fi
49   fi
50   fi
51   fi
52 + fi
53   echo "Checking / Installing dependencies"
54   tabdep=(gfortran python g++ gcc python-dev python-numpy python-qt4 tk bison flex libblas-dev liblapack-dev libmotif-dev)
55   echo "Dependance a verifier :"${#tabdep[*]}
# Line 69 | Line 74 | then
74   echo "installation code aster "$version"..................FAIL"
75   echo "installation code aster "$version
76   cd $__DIR
77 + if [ $version == 12.7 ];
78 + then
79 + wget http://ericca.uqtr.ca/aster-full-src-12.7.0-1.noarch.tar.gz
80 + tar -zxf aster-full-src-12.7.0-1.noarch.tar.gz
81 + cd aster-full-src-12.7.0
82 + fi
83   if [ $version == 12.5mod ];
84   then
85   wget http://ericca.uqtr.ca/aster-mod-src-12.5.0-1.noarch.tar.gz

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines