CMake/Modules/FortranCInterface
Brad King 4685872078 FortranCInterface: Fix PathScale detection again
PathScale Fortran mangles module symbols as "MY_SUB.in.MY_MODULE" and
also requires "my_module_" when the module is imported.  We cannot
provide the symbol with ".in." mangling so we should not provide
"my_module_" because it would duplicate the one in the Fortran-provided
object file.

Commit "FortranCInterface: Fix PathScale detection" (2010-01-22) already
made the same fix for the non-underscore module case.
2010-02-16 13:24:44 -05:00
..
Verify Convert CMake non-find modules to BSD License 2009-09-28 11:46:51 -04:00
CMakeLists.txt FortranCInterface: Fix PathScale detection 2010-01-22 14:15:47 -05:00
Detect.cmake FortranCInterface: Support '=' in language flags 2009-12-15 14:02:52 -05:00
Input.cmake.in Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
Macro.h.in Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
Output.cmake.in Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
call_mod.f90 Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
call_sub.f Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
main.F Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
my_module.f90 Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
my_module_.c FortranCInterface: Fix PathScale detection again 2010-02-16 13:24:44 -05:00
my_sub.f Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
mymodule.f90 Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
mymodule_.c FortranCInterface: Fix PathScale detection 2010-01-22 14:15:47 -05:00
mysub.f Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
symbol.c.in Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00