Parent Directory
|
Revision Log
|
Patch
revision 1262 by johnpye, Sun Jan 28 03:57:26 2007 UTC | revision 1284 by johnpye, Sat Feb 17 11:38:56 2007 UTC | |
---|---|---|
# | Line 1671 if need_fortran: | Line 1671 if need_fortran: |
1671 | , src_suffix='.f' | , src_suffix='.f' |
1672 | ) | ) |
1673 | conf.env.Append(BUILDERS={'Fortran':fortran_builder}) | conf.env.Append(BUILDERS={'Fortran':fortran_builder}) |
1674 | if platform.system()=="Linux": | |
1675 | conf.env.Append(SHFORTRANFLAGS=['-fPIC']) | |
1676 | else: | else: |
1677 | with_lsode=False; | with_lsode=False; |
1678 | without_lsode_reason="FORTRAN-77 required but not found" | without_lsode_reason="FORTRAN-77 required but not found" |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |