Warning, /tools/build_options/darwin_ppc_xlf_panther+wienders 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
f7c8a61e7a Ed H*0001 #!/bin/bash
0002 #
95b07dae40 Ed H*0003 # Notes:
0004 # This optfile was created by Nicolas Wienders and Ed Hill and
23c0099c8c Jean*0005 # is known to work (complete with netCDF) on at least one Mac system.
f7c8a61e7a Ed H*0006
0007 CPP='/usr/bin/cpp -traditional -P -xassembler-with-cpp'
0008 FC=/opt/ibmcmp/xlf/8.1/bin/f77
0009 LINK=/opt/ibmcmp/xlf/8.1/bin/f77
0010 FFLAGS='-qfixed=132 -qsuffix=f=for'
0011 FOPTIM='-O3'
0012 NOOPTFLAGS='-O0'
95b07dae40 Ed H*0013 LIBS='-L/usr/local/netcdf/lib -lnetcdf'
0014 INCLUDES='-I/usr/local/netcdf/include'
0015 SKIP_NETCDF_CHECK=t
0016 HAVE_NETCDF=t
0017 FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"
f7c8a61e7a Ed H*0018
0019 S64='$(TOOLSDIR)/set64bitConst.sh'
0020 MAKEDEPEND='$(TOOLSDIR)/cyrus-imapd-makedepend/makedepend'
23c0099c8c Jean*0021 DEFINES='-DWORDLENGTH=4 -DNML_TERMINATOR'