/[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.20 by ce107, Thu Dec 22 01:32:19 2005 UTC revision 1.21 by edhill, Thu Feb 9 20:19:20 2006 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      if test -d /usr/lib/netcdf-3 ; then      if test -f /usr/lib/libnetcdf_g77.so ; then
38          if test -f /usr/lib/netcdf-3/libnetcdf_g77.a ; then          LIBS='-lnetcdf_g77'
39              LIBS='-L/usr/lib/netcdf-3 -lnetcdf_g77'      else
40          else          if test -d /usr/lib/netcdf-3 ; then
41              LIBS='-L/usr/lib/netcdf-3'              if test -f /usr/lib/netcdf-3/libnetcdf_g77.a ; then
42                    LIBS='-L/usr/lib/netcdf-3 -lnetcdf_g77'
43                else
44                    LIBS='-L/usr/lib/netcdf-3'
45                fi
46          fi          fi
47      fi      fi
48  elif test -d /usr/include/netcdf ; then  elif test -d /usr/include/netcdf ; then

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

  ViewVC Help
Powered by ViewVC 1.1.22