/[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.15 by utke, Mon Sep 26 19:32:32 2011 UTC revision 1.16 by mlosch, Fri Dec 2 15:19:38 2011 UTC
# Line 127  elif test -d /usr/local/netcdf ; then Line 127  elif test -d /usr/local/netcdf ; then
127  elif test -d /usr/local/include/netcdf.inc ; then  elif test -d /usr/local/include/netcdf.inc ; then
128      INCLUDES='-I/usr/local/include'      INCLUDES='-I/usr/local/include'
129      LIBS='-L/usr/local/lib64'      LIBS='-L/usr/local/lib64'
130    elif test -d /usr/include/netcdf.inc ; then
131        INCLUDES='-I/usr/include'
132        LIBS='-L/usr/lib64'
133  fi  fi
134    
135  if [ -n "$MPI_INC_DIR" -a "x$MPI" = xtrue ] ; then  if [ -n "$MPI_INC_DIR" -a "x$MPI" = xtrue ] ; then

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

  ViewVC Help
Powered by ViewVC 1.1.22