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

config/default: added defaults for thunder

parent 2ff12ce4
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,12 @@ case "${HOSTNAME}" in
--with-netcdf=$HOME/local \
CC=gcc CFLAGS="-g -pipe -D_REENTRANT -Wall -Wwrite-strings -W -Wfloat-equal -pedantic -O3"
;;
# x86_64-squeeze-x64-linux
thunder*)
./configure --with-grib_api=/sw/squeeze-x64/grib_api-1.13.0-static-gccsys \
--with-netcdf=/sw/squeeze-x64/netcdf-4.2-static \
CC=gcc CFLAGS="-g -Wall -O3"
;;
# ia64-nec-linux
ds*)
./configure --prefix=$HOME/local \
......
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