Compilation fails when compiler command-name includes version number
Compile and call inlined Fortran 2003 source code from Perl
Brought to you by:
rongrw
Inline::F2003 recognises the FORTRAN compiler when its command-name is one of "gfortran", "nagfor", or "g95". If the compiler command-name includes a version number, such as "nagfor-6.2", Inline::F2003 no longer recognises the compiler, and the compilation fails. Inline::F2003 needs to be more flexible with compiler command-names.
The fix has been implemented. The updated version of Inline::F2003 will be included in the next release (1.02) of "matopmul".