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

Annotation of /MITgcm/tools/build_options/darwin_ppc_g77

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


Revision 1.4 - (hide annotations) (download)
Fri Sep 24 02:34:23 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint57o_post, checkpoint57m_post, checkpoint57s_post, checkpoint57k_post, checkpoint55d_pre, checkpoint57d_post, checkpoint57g_post, checkpoint57b_post, checkpoint57c_pre, checkpoint55j_post, checkpoint56b_post, checkpoint57i_post, checkpoint57y_post, checkpoint57e_post, checkpoint55h_post, checkpoint57g_pre, checkpoint56c_post, checkpoint57y_pre, checkpoint57f_pre, checkpoint57a_post, checkpoint57v_post, checkpoint55g_post, checkpoint55f_post, checkpoint57r_post, checkpoint58, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, eckpoint57e_pre, checkpoint57h_done, checkpoint57x_post, checkpoint57n_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint57f_post, checkpoint57q_post, checkpoint57z_post, checkpoint57c_post, checkpoint55e_post, checkpoint57j_post, checkpoint57h_pre, checkpoint57l_post, checkpoint57h_post, checkpoint56a_post, checkpoint55d_post
Changes since 1.3: +3 -3 lines
 o fixed for Baylor's G5 -- just use the included Cyrus makedepend

1 edhill 1.1 #!/bin/bash
2    
3 edhill 1.4 # $Header: /u/gcmpack/MITgcm/tools/build_options/darwin_ppc_g77,v 1.3 2004/08/29 15:38:32 edhill Exp $
4 edhill 1.1 #
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 edhill 1.4 #EH3 MAKEDEPEND='${TOOLSDIR}/xmakedepend'
18     #EH3 MAKEDEPEND=makedepend
19 edhill 1.1 DEFINES='-DWORDLENGTH=4'
20 edhill 1.3
21     # For IEEE, use the "-ffloat-store" option
22     if test "x$IEEE" = x ; then
23     FFLAGS='-Wimplicit -Wunused -Wuninitialized'
24     FOPTIM='-O3 -funroll-loops'
25     else
26     FFLAGS='-Wimplicit -Wunused -ffloat-store'
27     FOPTIM='-O0'
28     fi
29    
30    

  ViewVC Help
Powered by ViewVC 1.1.22