Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
70b48f33
Commit
70b48f33
authored
Jul 21, 2011
by
mattijs
Browse files
ENH: etc/settings: cgal message
parent
8f4f4324
Changes
2
Hide whitespace changes
Inline
Side-by-side
etc/config/settings.csh
View file @
70b48f33
...
...
@@ -349,6 +349,12 @@ setenv BOOST_ARCH_PATH $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$boost
setenv CGAL_ARCH_PATH
$WM_THIRD_PARTY_DIR
/platforms/
$WM_ARCH$WM_COMPILER
/
$cgal_version
# enabled if CGAL is available
if
(
$?
FOAM_VERBOSE
&&
$?
prompt
)
then
echo
"Checking for"
echo
"
$cgal_version
at
$CGAL_ARCH_PATH
"
echo
"
$boost_version
at
$BOOST_ARCH_PATH
"
endif
if
(
-d
"
$CGAL_ARCH_PATH
"
)
then
if
(
-d
"
$BOOST_ARCH_PATH
"
)
then
_foamAddLib
$BOOST_ARCH_PATH
/lib
...
...
etc/config/settings.sh
View file @
70b48f33
...
...
@@ -368,6 +368,13 @@ export BOOST_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$boost
export
CGAL_ARCH_PATH
=
$WM_THIRD_PARTY_DIR
/platforms/
$WM_ARCH$WM_COMPILER
/
$cgal_version
# enabled if CGAL is available
if
[
"
$FOAM_VERBOSE
"
-a
"
$PS1
"
]
then
echo
"Checking for"
echo
"
$cgal_version
at
$CGAL_ARCH_PATH
"
echo
"
$boost_version
at
$BOOST_ARCH_PATH
"
fi
if
[
-d
"
$CGAL_ARCH_PATH
"
]
then
if
[
-d
"
$BOOST_ARCH_PATH
"
]
...
...
Write
Preview
Markdown
is supported
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