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 1145 by francois, Thu May 2 21:01:39 2024 UTC vs.
Revision 1146 by francois, Tue May 7 14:28:07 2024 UTC

# Line 6 | Line 6 | echo "*                        ERICCA
6   echo "*                                                        *"
7   echo "*         Departement de genie mecanique - UQTR          *"
8   echo "*                                                        *"
9 < echo "* Installation des modules MAGiC - nutil - Code aster    *"
9 > echo "*             Installation des modules MAGiC             *"
10   echo "*                                                        *"
11   echo "**********************************************************"
12   echo ""
# Line 83 | Line 83 | cd magic
83   svn up
84   fi
85   cd $__DIR/magic/exe
86 < cmake .. -DENABLE_NUTIL=ON -DCMAKE_BUILD_TYPE=Debug -DENABLE_TUTORIEL=ON -DENABLE_TEST=OFF -DENABLE_VTKDISPLAY=ON
86 > cmake .. -DCMAKE_BUILD_TYPE=Debug -DENABLE_TUTORIEL=ON -DENABLE_TEST=OFF -DENABLE_VTKDISPLAY=ON
87   make
88   echo "Check target"
89   cd $__DIR/magic/exe/app/mgoperation/
# Line 93 | Line 93 | echo "installation complete.............
93   else
94   echo "installation echouee..................FAIL"
95   fi
96 cd $__DIR
97 ./instal_aster.bash $1
96   echo ""
97   echo $(date)
98   echo ""

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines