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 616 by francois, Mon Dec 1 16:19:58 2014 UTC vs.
Revision 704 by francois, Wed Aug 19 03:20:37 2015 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 30 | Line 30 | tabdep=( "${tabdep[@]}" "kdevelop")
30   tabdep=( "${tabdep[@]}" "kdesvn")
31   tabdep=( "${tabdep[@]}" "kile")
32   tabdep=( "${tabdep[@]}" "doxygen")
33 + tabdep=( "${tabdep[@]}" "openssh-client")
34 + tabdep=( "${tabdep[@]}" "openssh-server")
35   fi
36   echo "Dependance a verifier :"${#tabdep[*]}
37   for i in ${!tabdep[*]};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines