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
afd820dd
Commit
afd820dd
authored
16 years ago
by
henry
Browse files
Options
Downloads
Patches
Plain Diff
Reintroduced WM_OS because the build system currently uses it.
parent
4dedd473
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
etc/bashrc
+6
-0
6 additions, 0 deletions
etc/bashrc
etc/cshrc
+6
-0
6 additions, 0 deletions
etc/cshrc
with
12 additions
and
0 deletions
etc/bashrc
+
6
−
0
View file @
afd820dd
...
...
@@ -77,6 +77,12 @@ export WM_PROJECT_USER_DIR=$HOME/$WM_PROJECT/$USER-$WM_PROJECT_VERSION
export
WM_THIRD_PARTY_DIR
=
$WM_PROJECT_INST_DIR
/ThirdParty
# Operating System/Platform
# ~~~~~~~~~~~~~~~~~~~~~~~~~
# WM_OS = Unix | ????
:
${
WM_OS
:
=Unix
}
;
export
WM_OS
# Compiler: set to Gcc, Gcc43 or Icc (for Intel's icc)
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:
${
WM_COMPILER
:
=Gcc
}
;
export
WM_COMPILER
...
...
This diff is collapsed.
Click to expand it.
etc/cshrc
+
6
−
0
View file @
afd820dd
...
...
@@ -71,6 +71,12 @@ setenv WM_PROJECT_USER_DIR $HOME/$WM_PROJECT/$LOGNAME-$WM_PROJECT_VERSION
setenv WM_THIRD_PARTY_DIR
$WM_PROJECT_INST_DIR
/ThirdParty
# Operating System/Platform
# ~~~~~~~~~~~~~~~~~~~~~~~~~
# WM_OS = Unix | ????
if
(
!
$?
WM_OS
)
setenv WM_OS Unix
# Compiler: set to Gcc, Gcc43 or Icc (for Intel's icc)
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
if
(
!
$?
WM_COMPILER
)
setenv WM_COMPILER Gcc
...
...
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