Hi,
with the recent configure reorganization it seems like AMBERBUILDFLAGS was
dropped from FPP (fortran preprocessor, cpp in this case) processing.
This fragment from old configure:
FPPFLAGS= $fppflags \$(AMBERBUILDFLAGS)
FPP= $fpp \$(FPPFLAGS)
is now:
FPP=$fpp $fppflags $mpi_flag
FPPFLAGS=$fppflags $mpi_flag
Can AMBERBUILDFLAGS (or some other variable) be added back to FPP please?
It might actually be better to have a different variable for specifying
extra preprocessor options since AMBERBUILDFLAGS is also being passed to
the compilers and the preprocessor options may not be compatible with
valid compiler switches.
Thanks,
Robert
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Fri Nov 06 2009 - 11:00:03 PST