Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
b27010ea
Commit
b27010ea
authored
May 23, 2017
by
Uwe Schulzweida
Browse files
Added gnu4.9 and gnu5 on bailung.
parent
06e69148
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/default
View file @
b27010ea
...
...
@@ -53,6 +53,18 @@ case "${HOSTNAME}" in
$CDOLIBS
\
CXX
=
clang++
CXXFLAGS
=
"-g -Wall -O3"
\
CC
=
clang
CFLAGS
=
"-g -Wall -O3"
elif
test
"
$COMP
"
=
gnu4.9
;
then
${
CONFPATH
}
configure
--prefix
=
$HOME
/local
\
--enable-maintainer-mode
\
$CDOLIBS
\
CXX
=
g++-mp-4.9
CXXFLAGS
=
"-g -Wall -W -Wfloat-equal -pedantic -O3 -march=native -march=native"
\
CC
=
gcc-mp-4.9
CFLAGS
=
"-g -Wall -W -Wfloat-equal -pedantic -O3 -march=native -march=native"
elif
test
"
$COMP
"
=
gnu5
;
then
${
CONFPATH
}
configure
--prefix
=
$HOME
/local
\
--enable-maintainer-mode
\
$CDOLIBS
\
CXX
=
g++-mp-5
CXXFLAGS
=
"-g -Wall -W -Wfloat-equal -pedantic -O3 -march=native -march=native"
\
CC
=
gcc-mp-5
CFLAGS
=
"-g -Wall -W -Wfloat-equal -pedantic -O3 -march=native -march=native"
elif
test
"
$COMP
"
=
gnu
;
then
${
CONFPATH
}
configure
--prefix
=
$HOME
/local
\
--enable-maintainer-mode
\
...
...
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