Salome HOME
Porting documentation on the Doxygen-1.8.0
[modules/smesh.git] / src / Tools / padder / resources / padderexe / envPadder.sh.in
1 #!/bin/sh
2 # This script defines the shell extension required for executing the
3 # padder executable program on the localhost (for test purposes)
4
5 MED_ROOT="@MED3HOME@"
6 HDF_ROOT="@HDF5HOME@"
7 CGAL_ROOT="/usr"
8 export LD_LIBRARY_PATH="$MED_ROOT/lib:$HDF_ROOT/lib:$CGAL_ROOT/lib:$LD_LIBRARY_PATH"