/[MITgcm]/MITgcm/tools/build_options/linux_ia32_gfortran
ViewVC logotype

Diff of /MITgcm/tools/build_options/linux_ia32_gfortran

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.7 by jmc, Fri Feb 19 22:23:22 2010 UTC revision 1.8 by jmc, Fri May 14 21:59:32 2010 UTC
# Line 88  elif [ "x$NETCDF_INCDIR" != x -a "x$NETC Line 88  elif [ "x$NETCDF_INCDIR" != x -a "x$NETC
88      LIBS="-L${NETCDF_LIBDIR}"      LIBS="-L${NETCDF_LIBDIR}"
89  elif test -d /usr/include/netcdf-3 ; then  elif test -d /usr/include/netcdf-3 ; then
90      INCLUDES='-I/usr/include/netcdf-3'      INCLUDES='-I/usr/include/netcdf-3'
91      LIBS='-L/usr/lib/netcdf-3 -L/usr/lib64/netcdf-3'      LIBS='-L/usr/lib/netcdf-3'
92  elif test -d /usr/include/netcdf ; then  elif test -d /usr/include/netcdf ; then
93      INCLUDES='-I/usr/include/netcdf'      INCLUDES='-I/usr/include/netcdf'
94  elif test -d /usr/local/netcdf ; then  elif test -d /usr/local/netcdf ; then
# Line 96  elif test -d /usr/local/netcdf ; then Line 96  elif test -d /usr/local/netcdf ; then
96      LIBS='-L/usr/local/netcdf/lib'      LIBS='-L/usr/local/netcdf/lib'
97  elif test -d /usr/local/include/netcdf.inc ; then  elif test -d /usr/local/include/netcdf.inc ; then
98      INCLUDES='-I/usr/local/include'      INCLUDES='-I/usr/local/include'
99      LIBS='-L/usr/local/lib64'      LIBS='-L/usr/local/lib'
100  fi  fi

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.22