Back to home page

MITgcm

 
 

    


Warning, /tools/build_options/darwin_ppc_f95 is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
6144427bd2 Jean*0001 #!/bin/bash
                0002 #
7138e0baed Ed H*0003 # tested on dual G4-mirror door, 1.25GHz
                0004 # uname -mrsvp:
                0005 #Darwin 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005;
                0006 #root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC  Power Macintosh powerpc
                0007 # cc-compiler is available only with the Apple Developer Tools,
                0008 # so make sure that those are installed
                0009 #
                0010 CPP='/usr/bin/cpp -traditional -P -xassembler-with-cpp'
                0011 FC='/Applications/Absoft/bin/f95'
                0012 LINK='/Applications/Absoft/bin/f95'
                0013 FFLAGS='-YEXT_NAMES=LCS'
                0014 FOPTIM=
                0015 NOOPTFLAGS=
                0016 LIBS='-L/Applications/Absoft/lib -lU77'
                0017 S64='$(TOOLSDIR)/set64bitConst.sh'
                0018 #MAKEDEPEND='${TOOLSDIR}/xmakedepend'
                0019 MAKEDEPEND='makedepend'
                0020 DEFINES='-DWORDLENGTH=4'
                0021