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 1061 by francois, Thu May 27 18:50:20 2021 UTC vs.
Revision 1143 by francois, Thu May 2 21:01:39 2024 UTC

# Line 17 | Line 17 | echo "Checking / Installing dependencies
17   tabdep=(gmsh gfortran python cmake cmake-curses-gui subversion libvtk6-dev g++ gcc python-dev python-numpy python-qt4 tk bison flex libblas-dev liblapack-dev libmotif-dev libxi-dev libxmu-dev)
18   versionos=$(lsb_release -sr)
19   if [ "$2" == "tout" ];
20 < then
21 < tabdep=( "${tabdep[@]}" "kdevelop")
22 < if [ "$versionos" \< "15" ];
23 < then
24 < tabdep=( "${tabdep[@]}" "kdesvn")
25 < fi
26 < if [ "$versionos" \> "15" ];
27 < then
28 < tabdep=( "${tabdep[@]}" "rabbitvcs-nautilus")
29 < fi
30 < tabdep=( "${tabdep[@]}" "kile")
31 < tabdep=( "${tabdep[@]}" "doxygen")
32 < tabdep=( "${tabdep[@]}" "openssh-client")
33 < tabdep=( "${tabdep[@]}" "openssh-server")
20 >    then
21 >    tabdep=( "${tabdep[@]}" "kdevelop")
22 >    tabdep=( "${tabdep[@]}" "kdesvn")
23 >    tabdep=( "${tabdep[@]}" "kile")
24 >    tabdep=( "${tabdep[@]}" "doxygen")
25 >    tabdep=( "${tabdep[@]}" "openssh-client")
26 >    tabdep=( "${tabdep[@]}" "openssh-server")
27   fi
28   echo "Dependance a verifier :"${#tabdep[*]}
29   for i in ${!tabdep[*]};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines