Changing compiler does not recompile FORTRAN source code
Compile and call inlined Fortran 2003 source code from Perl
Brought to you by:
rongrw
Specifying a different Fortran compiler with the "FOR" config option does not automatically recompile the source code to build a new library. The current workaround is to change the inlined FORTRAN source code, or add the FORCE_BUILD config option.
Inline::F2003 should automatically detect a compiler change and then build a new F2003 shared library.
Have commenced work on this ticket. The compiler change will be detected by examining the makefile that was used to build the existing F2003 shared library.
The changes have been implemented in Inline::F2003 and were tested. The fix will be included in the next release (v1.01) of matopmul.