Skip to content
GitLab
Menu
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
9b15a7e2
Commit
9b15a7e2
authored
Oct 21, 2008
by
mattijs
Browse files
foamAddLib does not like multiple paths
parent
50dcc40e
Changes
1
Hide whitespace changes
Inline
Side-by-side
etc/settings.csh
View file @
9b15a7e2
...
...
@@ -78,11 +78,6 @@ _foamMkDir $FOAM_USER_LIBBIN
_foamMkDir
$FOAM_USER_APPBIN
# Compiler settings
# ~~~~~~~~~~~~~~~~~
set
compilerBin
=
set
compilerLib
=
# Select compiler installation
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# compilerInstall = OpenFOAM | System
...
...
@@ -111,19 +106,13 @@ case OpenFOAM:
echo
endif
set
compilerBin
=
$WM_COMPILER_DIR
/bin
set
compilerLib
=
$WM_COMPILER_DIR
/lib
${
WM_COMPILER_LIB_ARCH
}
:
$WM_COMPILER_DIR
/lib
_foamAddPath
${
WM_COMPILER_DIR
}
/bin
_foamAddLib
${
WM_COMPILER_DIR
}
/lib
${
WM_COMPILER_LIB_ARCH
}
_foamAddLib
${
WM_COMPILER_DIR
}
/lib
breaksw
endsw
if
(
$?
compilerBin
)
then
_foamAddPath
$compilerBin
_foamAddLib
$compilerLib
endif
unset
compilerBin
unset
compilerLib
# Communications library
# ~~~~~~~~~~~~~~~~~~~~~~
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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