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

Contents of /MITgcm/tools/build_options/darwin_ppc_g77

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


Revision 1.2 - (show annotations) (download)
Thu Nov 13 22:03:39 2003 UTC (20 years, 5 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint52l_pre, checkpoint52e_pre, hrcube4, checkpoint52n_post, checkpoint52j_post, checkpoint53d_post, checkpoint54a_pre, checkpoint52e_post, checkpoint54a_post, checkpoint53c_post, hrcube_1, branch-netcdf, checkpoint52d_pre, checkpoint52l_post, checkpoint53b_post, checkpoint52k_post, checkpoint52b_pre, checkpoint54b_post, checkpoint53b_pre, checkpoint54d_post, checkpoint52m_post, checkpoint53a_post, checkpoint54, checkpoint53, checkpoint52d_post, checkpoint52a_post, checkpoint52b_post, checkpoint53g_post, checkpoint52f_post, checkpoint52c_post, hrcube5, checkpoint52i_post, checkpoint52j_pre, checkpoint53f_post, checkpoint53d_pre, checkpoint54c_post, checkpoint52i_pre, checkpoint52h_pre, checkpoint52f_pre, hrcube_2, hrcube_3
Branch point for: netcdf-sm0
Changes since 1.1: +1 -2 lines
 o make "ln -s" handling smarter and remove it from the options files

1 #!/bin/bash
2
3 # $Header: /u/u3/gcmpack/MITgcm/tools/build_options/darwin_ppc_g77,v 1.1 2003/10/30 13:22:42 edhill Exp $
4 #
5 # tested on G4-PowerBook, 1GHz
6 # cc-compiler is available only with the Apple Developer Tools,
7 # so make sure that those are installed
8 # g77 can be optained from FINK: http://fink.sourceforge.net
9 #
10
11 CPP='/usr/bin/cpp -traditional -P'
12 FC=g77
13 LINK=g77
14 FFLAGS='-Wimplicit -Wunused -Wuninitialized'
15 FOPTIM='-O3 -funroll-loops'
16 #FOPTIM='-O3 -malign-power -funroll-loops'
17 NOOPTFLAGS='-O0'
18
19 S64='$(TOOLSDIR)/set64bitConst.sh'
20 #MAKEDEPEND='${TOOLSDIR}/xmakedepend'
21 MAKEDEPEND=makedepend
22 DEFINES='-DWORDLENGTH=4'

  ViewVC Help
Powered by ViewVC 1.1.22