F2c issue is resolved.
This commit is contained in:
parent
a2f48d98fe
commit
4963b88f1e
1 changed files with 4 additions and 0 deletions
|
|
@ -31,7 +31,11 @@ FORT = @F90@
|
|||
FORT_FLAGS = @FFLAGS@
|
||||
|
||||
# Fortran libraries
|
||||
ifeq (@build_with_f2c@, 0)
|
||||
FORT_LIBS = @FLIBS@
|
||||
else
|
||||
FORT_LIBS =
|
||||
endif
|
||||
|
||||
# the C++ compiler
|
||||
CXX = @CXX@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue