Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
536087b5
Commit
536087b5
authored
Mar 22, 2010
by
mattijs
Browse files
ENH: Have dummy directory on LD_LIBRARY_PATH
parent
fb613a88
Changes
2
Hide whitespace changes
Inline
Side-by-side
etc/settings.csh
View file @
536087b5
...
...
@@ -73,6 +73,8 @@ set path=($WM_DIR $WM_PROJECT_DIR/bin $path)
_foamAddPath
$FOAM_APPBIN
_foamAddPath
$FOAM_SITE_APPBIN
_foamAddPath
$FOAM_USER_APPBIN
# Make sure to pick up dummy versions of external libraries last
_foamAddLib
$FOAM_LIBBIN
/dummy
_foamAddLib
$FOAM_LIBBIN
_foamAddLib
$FOAM_SITE_LIBBIN
_foamAddLib
$FOAM_USER_LIBBIN
...
...
etc/settings.sh
View file @
536087b5
...
...
@@ -95,6 +95,8 @@ export FOAM_RUN=$WM_PROJECT_USER_DIR/run
export
PATH
=
$WM_DIR
:
$WM_PROJECT_DIR
/bin:
$PATH
_foamAddPath
$FOAM_APPBIN
$FOAM_SITE_APPBIN
$FOAM_USER_APPBIN
# Make sure to pick up dummy versions of external libraries last
_foamAddLib
$FOAM_LIBBIN
/dummy
_foamAddLib
$FOAM_LIBBIN
$FOAM_SITE_LIBBIN
$FOAM_USER_LIBBIN
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment