/[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.5 - (show annotations) (download)
Mon Feb 13 13:11:19 2006 UTC (18 years, 1 month ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, mitgcm_mapl_00, checkpoint58u_post, checkpoint58w_post, checkpoint60, checkpoint61, checkpoint58r_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58f_post, checkpoint58d_post, checkpoint58c_post, checkpoint58a_post, checkpoint58i_post, checkpoint58g_post, checkpoint58o_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint58b_post, checkpoint58m_post
Changes since 1.4: +3 -1 lines
include paths to netcdf (at where fink puts them)

1 #!/bin/bash
2
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/darwin_ppc_g77,v 1.4 2004/09/24 02:34:23 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 NOOPTFLAGS='-O0'
15
16 S64='$(TOOLSDIR)/set64bitConst.sh'
17 #EH3 MAKEDEPEND='${TOOLSDIR}/xmakedepend'
18 #EH3 MAKEDEPEND=makedepend
19 DEFINES='-DWORDLENGTH=4'
20 INCLUDES='-I/sw/include'
21 LIBS='-L/sw/lib'
22
23 # For IEEE, use the "-ffloat-store" option
24 if test "x$IEEE" = x ; then
25 FFLAGS='-Wimplicit -Wunused -Wuninitialized'
26 FOPTIM='-O3 -funroll-loops'
27 else
28 FFLAGS='-Wimplicit -Wunused -ffloat-store'
29 FOPTIM='-O0'
30 fi

  ViewVC Help
Powered by ViewVC 1.1.22