From a8b17d9e9aaa12e559904d7c4f5e0554de0e45c8 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 31 Oct 2008 07:50:28 -0400 Subject: ENH: fix for intel module on linux --- Modules/FortranCInterface.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/FortranCInterface.cmake b/Modules/FortranCInterface.cmake index 7e6da5b..6551658 100644 --- a/Modules/FortranCInterface.cmake +++ b/Modules/FortranCInterface.cmake @@ -88,6 +88,8 @@ function(discover_fortran_module_mangling prefix suffix found) foreach(interface "test_interface$" "TEST_INTERFACE_mp_" + "_test_interface__" + "__test_interface__" "__test_interface_NMOD_" "__test_interface_MOD_") test_fortran_mangling("${CODE}" "${interface}" -- cgit v0.12