Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
6ef2fa06
Commit
6ef2fa06
authored
May 24, 2017
by
Uwe Schulzweida
Browse files
config/default: added clang4.
parent
0089e4df
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/default
View file @
6ef2fa06
...
@@ -57,20 +57,20 @@ case "${HOSTNAME}" in
...
@@ -57,20 +57,20 @@ case "${HOSTNAME}" in
${
CONFPATH
}
configure
--prefix
=
$HOME
/local
\
${
CONFPATH
}
configure
--prefix
=
$HOME
/local
\
--enable-maintainer-mode
\
--enable-maintainer-mode
\
$CDOLIBS
\
$CDOLIBS
\
CXX
=
g++-mp-4.9
CXXFLAGS
=
"-g -Wall -W -Wfloat-equal -pedantic -O3
-march=native
-march=native"
\
CXX
=
g++-mp-4.9
CXXFLAGS
=
"-g -Wall -W -Wfloat-equal -pedantic -O3 -march=native"
\
CC
=
gcc-mp-4.9
CFLAGS
=
"-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"
elif
test
"
$COMP
"
=
gnu5
;
then
elif
test
"
$COMP
"
=
gnu5
;
then
${
CONFPATH
}
configure
--prefix
=
$HOME
/local
\
${
CONFPATH
}
configure
--prefix
=
$HOME
/local
\
--enable-maintainer-mode
\
--enable-maintainer-mode
\
$CDOLIBS
\
$CDOLIBS
\
CXX
=
g++-mp-5
CXXFLAGS
=
"-g -Wall -W -Wfloat-equal -pedantic -O3
-march=native
-march=native"
\
CXX
=
g++-mp-5
CXXFLAGS
=
"-g -Wall -W -Wfloat-equal -pedantic -O3 -march=native"
\
CC
=
gcc-mp-5
CFLAGS
=
"-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"
elif
test
"
$COMP
"
=
gnu
;
then
elif
test
"
$COMP
"
=
gnu
;
then
${
CONFPATH
}
configure
--prefix
=
$HOME
/local
\
${
CONFPATH
}
configure
--prefix
=
$HOME
/local
\
--enable-maintainer-mode
\
--enable-maintainer-mode
\
$CDOLIBS
\
$CDOLIBS
\
CXX
=
g++
CXXFLAGS
=
"-g -Wall -W -Wfloat-equal -pedantic -O3
-march=native
-march=native"
\
CXX
=
g++
CXXFLAGS
=
"-g -Wall -W -Wfloat-equal -pedantic -O3 -march=native"
\
CC
=
gcc
CFLAGS
=
"-g -Wall -W -Wfloat-equal -pedantic -O3
-march=native
-march=native"
CC
=
gcc
CFLAGS
=
"-g -Wall -W -Wfloat-equal -pedantic -O3 -march=native"
# --with-libxml2=/usr
# --with-libxml2=/usr
# --with-magics=/Users/m214003/local/magics-2.14.9
# --with-magics=/Users/m214003/local/magics-2.14.9
else
else
...
@@ -103,8 +103,13 @@ case "${HOSTNAME}" in
...
@@ -103,8 +103,13 @@ case "${HOSTNAME}" in
elif
test
"
$COMP
"
=
clang
;
then
elif
test
"
$COMP
"
=
clang
;
then
${
CONFPATH
}
configure
\
${
CONFPATH
}
configure
\
$CDOLIBS
\
$CDOLIBS
\
CXX
=
clang++
CXXFLAGS
=
"-g -Wall -O3"
\
CXX
=
clang++
CXXFLAGS
=
"-g -Wall -pedantic -O3"
\
CC
=
clang
CFLAGS
=
"-g -Wall -O3"
CC
=
clang
CFLAGS
=
"-g -Wall -pedantic -O3"
elif
test
"
$COMP
"
=
clang4
;
then
${
CONFPATH
}
configure
\
$CDOLIBS
\
CXX
=
clang++-mp-4.0
CXXFLAGS
=
"-g -Wall -pedantic -O3"
\
CC
=
clang-mp-4.0
CFLAGS
=
"-g -Wall -pedantic -O3"
elif
test
"
$COMP
"
=
pgi
;
then
elif
test
"
$COMP
"
=
pgi
;
then
${
CONFPATH
}
configure
--disable-openmp
\
${
CONFPATH
}
configure
--disable-openmp
\
$CDOLIBS
\
$CDOLIBS
\
...
...
Write
Preview
Supports
Markdown
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