Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
015e11f9
Commit
015e11f9
authored
15 years ago
by
mattijs
Browse files
Options
Downloads
Patches
Plain Diff
COMP: unset variable in Gcc4.5 path
parent
a54c6573
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
etc/settings.csh
+4
-1
4 additions, 1 deletion
etc/settings.csh
with
4 additions
and
1 deletion
etc/settings.csh
+
4
−
1
View file @
015e11f9
...
@@ -121,7 +121,10 @@ case OpenFOAM:
...
@@ -121,7 +121,10 @@ case OpenFOAM:
set
gccDir
=
$WM_THIRD_PARTY_DIR
/platforms/
$WM_ARCH$WM_COMPILER_ARCH
/
$gcc_version
set
gccDir
=
$WM_THIRD_PARTY_DIR
/platforms/
$WM_ARCH$WM_COMPILER_ARCH
/
$gcc_version
set
gmpDir
=
$WM_THIRD_PARTY_DIR
/platforms/
$WM_ARCH$WM_COMPILER_ARCH
/
$gmp_version
set
gmpDir
=
$WM_THIRD_PARTY_DIR
/platforms/
$WM_ARCH$WM_COMPILER_ARCH
/
$gmp_version
set
mpfrDir
=
$WM_THIRD_PARTY_DIR
/platforms/
$WM_ARCH$WM_COMPILER_ARCH
/
$mpfr_version
set
mpfrDir
=
$WM_THIRD_PARTY_DIR
/platforms/
$WM_ARCH$WM_COMPILER_ARCH
/
$mpfr_version
set
mpcDir
=
$WM_THIRD_PARTY_DIR
/platforms/
$WM_ARCH$WM_COMPILER_ARCH
/
$mpc_version
if
(
$?
mpc_version
)
then
set
mpcDir
=
$WM_THIRD_PARTY_DIR
/platforms/
$WM_ARCH$WM_COMPILER_ARCH
/
$mpc_version
endif
# Check that the compiler directory can be found
# Check that the compiler directory can be found
if
(
!
-d
"
$gccDir
"
)
then
if
(
!
-d
"
$gccDir
"
)
then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment