Fix compilation in some cases where no Fortran compiler is present
This commit is contained in:
parent
4e7de3ad9f
commit
8b3f9c2c1c
1 changed files with 1 additions and 1 deletions
|
|
@ -463,7 +463,7 @@ opts.AddVariables(
|
|||
('F77',
|
||||
"""Compiler used to build the external Fortran 77 procedures from
|
||||
the Fortran source code""",
|
||||
env['F77']),
|
||||
env.get('F77')),
|
||||
('F77FLAGS',
|
||||
"""Fortran 77 Compiler flags. Note that the Fortran compiler
|
||||
flags must be set to produce object code compatible with the
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue