9 lines
291 B
Bash
Raw Normal View History

2011-12-05 11:03:04 +00:00
#!/bin/sh
# This script defines the shell extension required for executing the
# padder executable program on the localhost (for test purposes)
2012-01-24 14:59:27 +00:00
MED_ROOT="@MED3HOME@"
2011-12-05 11:03:04 +00:00
HDF_ROOT="@HDF5HOME@"
CGAL_ROOT="/usr"
export LD_LIBRARY_PATH="$MED_ROOT/lib:$HDF_ROOT/lib:$CGAL_ROOT/lib:$LD_LIBRARY_PATH"