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 927 by francois, Thu Aug 17 19:51:59 2017 UTC vs.
Revision 928 by francois, Thu May 10 19:48:05 2018 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 libmotif-dev libxi-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 libxi-dev libxmu-dev)
18   versionos=$(lsb_release -sr)
19   if [ "$2" == "tout" ];
20   then
# Line 62 | Line 62 | mkdir build
62   cd build
63   cmake ..
64   sudo make install
65 cd $__DIR
65   fi
66 + cd $__DIR
67  
68  
69   echo "Installation MAGiC"
# Line 90 | Line 90 | cd magic
90   svn up
91   fi
92   cd $__DIR/magic/exe
93 < cmake .. -DENABLE_NUTIL=ON -DCMAKE_BUILD_TYPE=Debug -DENABLE_TUTORIEL=ON -DENABLE_TEST=OFF
93 > cmake .. -DENABLE_NUTIL=ON -DCMAKE_BUILD_TYPE=Debug -DENABLE_TUTORIEL=ON -DENABLE_TEST=OFF -DENABLE_VTK_INTERFACE=ON -DENABLE_FLTK_INTERFACE=OFF -DINTERFACE_TYPE=VTK
94   make
95   echo "Check target"
96   cd $__DIR/magic/exe/app/mgoperation/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines