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

Diff of /MITgcm/tools/build_options/linux_amd64_gfortran

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

revision 1.7 by jmc, Wed Apr 15 22:45:29 2009 UTC revision 1.8 by yunx, Wed Mar 24 21:36:23 2010 UTC
# Line 83  elif [ "x$NETCDF_INCDIR" != x -a "x$NETC Line 83  elif [ "x$NETCDF_INCDIR" != x -a "x$NETC
83      INCLUDES="-I${NETCDF_INCDIR}"      INCLUDES="-I${NETCDF_INCDIR}"
84      LIBDIR="${NETCDF_LIBDIR}"      LIBDIR="${NETCDF_LIBDIR}"
85      LIBS="-L${NETCDF_LIBDIR}"      LIBS="-L${NETCDF_LIBDIR}"
86    elif test -d /sopt/netcdf/netcdf3-gcc-serial; then
87        INCLUDES='-I/sopt/netcdf/netcdf3-gcc-serial/include'
88        LIBS='-L/sopt/netcdf/netcdf3-gcc-serial/lib'
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 -L/usr/lib64/netcdf-3'

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

  ViewVC Help
Powered by ViewVC 1.1.22