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
364eabc7
"README.md" did not exist on "2bd84d2be35ba33eca12747d04389544eeeac032"
Commit
364eabc7
authored
12 years ago
by
Henry
Browse files
Options
Downloads
Patches
Plain Diff
wmake: Added support for gcc-4.8.?
parent
15e553b8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
etc/config/settings.csh
+7
-0
7 additions, 0 deletions
etc/config/settings.csh
etc/config/settings.sh
+6
-0
6 additions, 0 deletions
etc/config/settings.sh
with
13 additions
and
0 deletions
etc/config/settings.csh
+
7
−
0
View file @
364eabc7
...
...
@@ -224,6 +224,13 @@ case ThirdParty:
set
mpfr_version
=
mpfr-3.1.0
set
mpc_version
=
mpc-0.9
breaksw
case
Gcc48:
case
Gcc48++0x:
set
gcc_version
=
gcc-4.8.0
set
gmp_version
=
gmp-5.0.4
set
mpfr_version
=
mpfr-3.1.0
set
mpc_version
=
mpc-0.9
breaksw
case
Gcc47:
case
Gcc47++0x:
set
gcc_version
=
gcc-4.7.2
...
...
This diff is collapsed.
Click to expand it.
etc/config/settings.sh
+
6
−
0
View file @
364eabc7
...
...
@@ -246,6 +246,12 @@ OpenFOAM | ThirdParty)
mpfr_version
=
mpfr-3.1.0
mpc_version
=
mpc-0.9
;;
Gcc48
|
Gcc48++0x
)
gcc_version
=
gcc-4.8.0
gmp_version
=
gmp-5.0.4
mpfr_version
=
mpfr-3.1.0
mpc_version
=
mpc-0.9
;;
Gcc47
|
Gcc47++0x
)
gcc_version
=
gcc-4.7.2
gmp_version
=
gmp-5.0.4
...
...
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