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

config/default: changed squall libs from lenny to squeeze

parent 9e49b11b
No related branches found
Tags cdo-1.9.4
No related merge requests found
2013-06-27 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
2013-06-28 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* using CDI library version 1.6.1
* Version 1.6.1 released
......
......@@ -86,26 +86,28 @@ case "${HOSTNAME}" in
;;
# x86_64-squeeze-x64-linux
thunder*)
${CONFPATH}configure --prefix=$HOME/local --exec_prefix=$HOME/local/squeeze-x64 \
${CONFPATH}configure --prefix=$HOME/local --exec_prefix=$HOME/local/thunder \
--enable-all-static \
--with-jasper=/sw/squeeze-x64/jasper-1.900.1-static \
--with-grib_api=/sw/squeeze-x64/grib_api-1.9.9-static \
--with-netcdf=/sw/squeeze-x64/netcdf-4.2-static \
--with-hdf5=/sw/squeeze-x64/hdf5-1.8.8-static \
--with-szlib=/sw/squeeze-x64/szip-2.1 \
--with-udunits2=/sw/squeeze-x64/udunits-2.1.19 \
--with-proj=/sw/squeeze-x64/proj-4.7.0 \
CC=gcc CFLAGS='-g -Wall -O3 -march=native -fopenmp'
;;
# x86_64-lenny-linux-gnu
squall*)
${CONFPATH}configure --prefix=$HOME/local --exec_prefix=$HOME/local/lenny-x64 \
--with-jasper=/sw/lenny-x64/jasper-1.900.1-static \
--with-grib_api=/sw/lenny-x64/grib_api-1.9.9-static \
--with-netcdf=/sw/lenny-x64/netcdf-4.2-static \
--with-hdf5=/sw/lenny-x64/hdf5-1.8.8-static \
--with-szlib=/sw/lenny-x64/szip-2.1 \
--with-udunits2=/sw/lenny-x64/udunits-2.1.19 \
--with-proj=/sw/lenny-x64/proj-4.7.0 \
${CONFPATH}configure --prefix=$HOME/local --exec_prefix=$HOME/local/squeeze-x64 \
--enable-all-static \
--with-jasper=/sw/squeeze-x64/jasper-1.900.1-static \
--with-grib_api=/sw/squeeze-x64/grib_api-1.9.9-static \
--with-netcdf=/sw/squeeze-x64/netcdf-4.2-static \
--with-hdf5=/sw/squeeze-x64/hdf5-1.8.8-static \
--with-szlib=/sw/squeeze-x64/szip-2.1 \
--with-udunits2=/sw/squeeze-x64/udunits-2.1.19 \
--with-proj=/sw/squeeze-x64/proj-4.7.0 \
CC=gcc CFLAGS='-g -Wall -O3 -fopenmp'
;;
# x86_64-archlinux
......
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