ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/linux/instal_magic.bash
(Generate patch)

Comparing magic/linux/instal_magic.bash (file contents):
Revision 649 by francois, Tue Feb 10 17:16:42 2015 UTC vs.
Revision 865 by francois, Wed Jan 11 19:33:47 2017 UTC

# Line 14 | Line 14 | echo $(date)
14   echo ""
15   echo "MAGiC installation"
16   echo "Checking / Installing dependencies"
17 < tabdep=(gmsh gfortran python cmake cmake-curses-gui subversion libvtk5-dev g++ gcc python-dev python-numpy python-qt4 tk bison flex libblas-dev liblapack-dev)
17 > tabdep=(gmsh gfortran python cmake cmake-curses-gui subversion libvtk5-dev g++ gcc python-dev python-numpy python-qt4 tk bison flex libblas-dev liblapack-dev libmotif-dev)
18   versionos=$(lsb_release -sr)
19   if [ "$versionos" \< "13" ];
20   then
# Line 27 | Line 27 | fi
27   if [ "$2" == "tout" ];
28   then
29   tabdep=( "${tabdep[@]}" "kdevelop")
30 + if [ "$versionos" \< "15" ];
31 + then
32   tabdep=( "${tabdep[@]}" "kdesvn")
33 + fi
34 + if [ "$versionos" \> "15" ];
35 + then
36 + tabdep=( "${tabdep[@]}" "rabbitvcs-nautilus")
37 + fi
38   tabdep=( "${tabdep[@]}" "kile")
39   tabdep=( "${tabdep[@]}" "doxygen")
40   tabdep=( "${tabdep[@]}" "openssh-client")

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines