mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-29 10:00:47 +05:00
9 lines
291 B
Bash
9 lines
291 B
Bash
#!/bin/sh
|
|
# This script defines the shell extension required for executing the
|
|
# padder executable program on the localhost (for test purposes)
|
|
|
|
MED_ROOT="@MED2HOME@"
|
|
HDF_ROOT="@HDF5HOME@"
|
|
CGAL_ROOT="/usr"
|
|
export LD_LIBRARY_PATH="$MED_ROOT/lib:$HDF_ROOT/lib:$CGAL_ROOT/lib:$LD_LIBRARY_PATH"
|