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

config/default: added settings for bailung

parent a58d9713
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,17 @@ set -x
#
case "${HOSTNAME}" in
# i386-apple-darwin10
bailung*)
./configure --prefix=$HOME/local \
--enable-maintainer-mode \
--enable-swig \
--enable-python \
--with-jasper=$HOME/local \
--with-grib_api=$HOME/local \
--with-netcdf=$HOME/local \
--with-szlib=$HOME/local \
CC=gcc CFLAGS="-g -pipe -D_REENTRANT -Wall -W -Wfloat-equal -pedantic -O2 -Df2cFortran"
;;
hama*)
./configure --prefix=$HOME/local \
--enable-maintainer-mode \
......
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