Salome HOME
Merge from V6_4_BR 05/12/2011
[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="@MED2HOME@"
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"