diff options
Diffstat (limited to 'academic/dakota/dakota.csh')
-rw-r--r-- | academic/dakota/dakota.csh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/academic/dakota/dakota.csh b/academic/dakota/dakota.csh new file mode 100644 index 0000000000..4cd591feae --- /dev/null +++ b/academic/dakota/dakota.csh @@ -0,0 +1,6 @@ +set path=( $path /opt/dakota/bin:/opt/dakota/test ) +if ( $?LD_LIBRARY_PATH ) then + setenv LD_LIBRARY_PATH "$LD_LIBRARY_PATH:/opt/dakota/lib:/opt/dakota/bin" +else + setenv LD_LIBRARY_PATH "/opt/dakota/lib:/opt/dakota/bin" +endif |