Skip to content
Snippets Groups Projects

Develop

Merged Uwe Schulzweida requested to merge develop into m214003/develop
45 files
+ 803
341
Compare changes
  • Side-by-side
  • Inline
Files
45
+ 2
2
@@ -66,10 +66,10 @@ case "${HOSTNAME}" in
CDILIBS="--disable-iso-c-interface \
--enable-maintainer-mode \
--with-szlib=/opt/local/lib/libaec \
--with-eccodes=$HOME/local/eccodes-2.30.0 \
--with-eccodes=$HOME/local/eccodes-2.32.0 \
--with-netcdf=$HOME/local/netcdf-c-4.9.1"
PREFIX="--prefix=$HOME/local/cdi"
LD_ADD="-Wl,-rpath,$HOME/local/eccodes-2.30.0/lib"
LD_ADD="-Wl,-rpath,$HOME/local/eccodes-2.32.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"
Loading