/[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.21 by edhill, Thu Feb 9 20:19:20 2006 UTC revision 1.22 by edhill, Thu Feb 9 20:21:54 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 -f /usr/lib/libnetcdf_g77.so ; then      if test -d /usr/lib/netcdf-3 ; then
38          LIBS='-lnetcdf_g77'          if test -f /usr/lib/netcdf-3/libnetcdf_g77.a ; then
39      else              LIBS='-L/usr/lib/netcdf-3 -lnetcdf_g77'
40          if test -d /usr/lib/netcdf-3 ; then          else
41              if test -f /usr/lib/netcdf-3/libnetcdf_g77.a ; then              LIBS='-L/usr/lib/netcdf-3'
                 LIBS='-L/usr/lib/netcdf-3 -lnetcdf_g77'  
             else  
                 LIBS='-L/usr/lib/netcdf-3'  
             fi  
42          fi          fi
43      fi      fi
44  elif test -d /usr/include/netcdf ; then  elif test -d /usr/include/netcdf ; then
# Line 55  GSLINC='' Line 51  GSLINC=''
51  GSLLIB='-lgsl -lgslcblas'  GSLLIB='-lgsl -lgslcblas'
52  PAPIINC='-I/usr/local/pkg/papi/papi-3.0.8.1/p4/include'  PAPIINC='-I/usr/local/pkg/papi/papi-3.0.8.1/p4/include'
53  PAPILIB='-L/usr/local/pkg/papi/papi-3.0.8.1/p4/lib -lpapi'  PAPILIB='-L/usr/local/pkg/papi/papi-3.0.8.1/p4/lib -lpapi'
54    

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

  ViewVC Help
Powered by ViewVC 1.1.22