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
libcdi
Commits
7ea060d9
Commit
7ea060d9
authored
Apr 07, 2014
by
Uwe Schulzweida
Browse files
config/default: added icc
parent
d09196e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/default
View file @
7ea060d9
...
...
@@ -12,6 +12,18 @@ set -x
#
case
"
${
HOSTNAME
}
"
in
# i386-apple-darwin10
icc
)
./configure
--prefix
=
$HOME
/local
\
--enable-maintainer-mode
\
--enable-iso-c-interface
\
--enable-swig
\
--enable-python
\
--with-jasper
=
/opt/local
\
--with-grib_api
=
$HOME
/local/gribapi-1.10.4
\
--with-netcdf
=
$HOME
/local
\
--with-szlib
=
$HOME
/local
\
CC
=
icc
CFLAGS
=
"-g -D_REENTRANT -Wall -O3 -march=native -Df2cFortran -fp-model source"
;;
bailung
*
)
./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