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

Diff of /MITgcm/tools/build_options/linux_ia32_g77

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

revision 1.16 by edhill, Mon Jan 31 16:41:10 2005 UTC revision 1.17 by heimbach, Fri Mar 25 21:35:28 2005 UTC
# Line 33  if test -d /usr/include/netcdf-3 ; then Line 33  if test -d /usr/include/netcdf-3 ; then
33      LIBS='-L/usr/lib/netcdf-3'      LIBS='-L/usr/lib/netcdf-3'
34  elif test -d /usr/include/netcdf ; then  elif test -d /usr/include/netcdf ; then
35      INCLUDES='-I/usr/include/netcdf'      INCLUDES='-I/usr/include/netcdf'
36    elif test -d /usr/local/netcdf ; then
37        INCLUDES='-I/usr/local/netcdf/include'
38        LIBS='-L/usr/local/netcdf/lib'
39  fi  fi
40    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.22