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

config/default update

parent 189bfc10
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,14 @@ fi
set -x
#
case "${HOSTNAME}" in
# i386-apple-darwin10
hama*)
./configure --prefix=$HOME/local \
--with-netcdf=/opt/local \
--with-hdf5=/opt/local \
--with-szlib=/opt/local \
CC=gcc CFLAGS="-g -pipe -D_REENTRANT -Wall -W -Wfloat-equal -pedantic -O2"
;;
# ia64-nec-linux
ds*)
./configure --prefix=$HOME/local \
......
......@@ -90,9 +90,12 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if `struct stat' is a member of `st_blksize'. */
/* Define to 1 if `st_blksize' is a member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
......
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