Skip to content
Snippets Groups Projects
Commit 846bc45e authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

config/default update.

parent e0267710
No related branches found
No related tags found
No related merge requests found
Pipeline #9715 failed
......@@ -64,13 +64,19 @@ case "${HOSTNAME}" in
CC=gcc CFLAGS="-g -pipe -D_REENTRANT -Wall -W -Wfloat-equal -pedantic -O2"
;;
hama*)
${CONFPATH}configure --prefix=$HOME/local \
--disable-iso-c-interface \
--with-szlib=$HOME/local \
--with-eccodes=$HOME/local/eccodes-2.22.0 \
--with-netcdf=$HOME/local/netcdf-c-4.8.0 \
LDFLAGS="-Wl,-rpath,$HOME/local/eccodes-2.22.0/lib" \
CC=clang CFLAGS="-g -pipe -D_REENTRANT -Wall -Wwrite-strings -W -Wfloat-equal -pedantic -O3"
CDILIBS="--disable-iso-c-interface \
--with-szlib=$HOME/local \
--with-eccodes=$HOME/local/eccodes-2.22.0 \
--with-netcdf=$HOME/local/netcdf-c-4.8.0"
PREFIX="--prefix=$HOME/local"
LD_ADD="-Wl,-rpath,$HOME/local/eccodes-2.22.0/lib"
if test "$COMP" = clang ; then
${CONFPATH}configure $CONFIG_OPTS $PREFIX $CDILIBS LDFLAGS="$LD_ADD $LDFLAGS" \
CC=clang CFLAGS="-g -pipe -D_REENTRANT -Wall -Wwrite-strings -W -Wfloat-equal -pedantic -O3"
else
${CONFPATH}configure $CONFIG_OPTS $PREFIX $CDILIBS LDFLAGS="$LD_ADD $LDFLAGS" \
CC=gcc CFLAGS="-g -pipe -D_REENTRANT -Wall -Wwrite-strings -W -Wfloat-equal -pedantic -O3"
fi;
;;
# x86_64-squeeze-x64-linux
thunder*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment