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

Diff of /MITgcm/tools/build_options/darwin_ia32_gfortran

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

revision 1.8 by dimitri, Sat Nov 21 06:04:05 2009 UTC revision 1.9 by dimitri, Sat Nov 21 06:57:18 2009 UTC
# Line 2  Line 2 
2    
3  # $Header$  # $Header$
4  #  #
5  # tested on MacBook Pro  # tested on MacBook Pro with Snow Leopard
6  # on 28-Nov-2006  # on 20-Nov-2009
7    # gcc and gfortran obtained from
8    # http://hpc.sourceforge.net/
9    # http://prdownloads.sourceforge.net/hpc/gcc-snwleo-intel-bin.tar.gz?download
10    # http://prdownloads.sourceforge.net/hpc/gfortran-snwleo-intel-bin.tar.gz?download
11    
12  CPP='/usr/bin/cpp -traditional -P'  CPP='/usr/bin/cpp -traditional -P'
13  FC=gfortran  FC=gfortran
14  ###CC=gcc  ###CC=gcc
15  CFLAGS='-arch i386'  #Following flag is needed when using 32-bit gfortran with 64-bit gcc,
16    #as can be the case right after switching to Snow Leopard.
17    #CFLAGS='-arch i386'
18  LINK=gfortran  LINK=gfortran
19  NOOPTFLAGS='-O0'  NOOPTFLAGS='-O0'
20  EXTENDED_SRC_FLAG='-ffixed-line-length-132'  EXTENDED_SRC_FLAG='-ffixed-line-length-132'

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

  ViewVC Help
Powered by ViewVC 1.1.22