/[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.18 by dimitri, Wed Aug 31 19:42:38 2005 UTC revision 1.19 by edhill, Sun Oct 16 06:51:33 2005 UTC
# Line 34  fi Line 34  fi
34    
35  if test -d /usr/include/netcdf-3 ; then  if test -d /usr/include/netcdf-3 ; then
36      INCLUDES='-I/usr/include/netcdf-3'      INCLUDES='-I/usr/include/netcdf-3'
37      LIBS='-L/usr/lib/netcdf-3'      if test -d /usr/lib/netcdf-3 ; then
38            if test -f /usr/lib/netcdf-3/libnetcdf_g77.a ; then
39                LIBS='-L/usr/lib/netcdf-3 -lnetcdf_g77'
40            else
41                LIBS='-L/usr/lib/netcdf-3'
42            fi
43        fi
44  elif test -d /usr/include/netcdf ; then  elif test -d /usr/include/netcdf ; then
45      INCLUDES='-I/usr/include/netcdf'      INCLUDES='-I/usr/include/netcdf'
46  elif test -d /usr/local/netcdf ; then  elif test -d /usr/local/netcdf ; then

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

  ViewVC Help
Powered by ViewVC 1.1.22