| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0014358 | CMake | Modules | public | 2013-08-14 18:14 | 2014-02-10 10:44 | ||||
| Reporter | Michel Zou | ||||||||
| Assigned To | Brad King | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | CMake 2.8.11.2 | ||||||||
| Target Version | CMake 3.0 | Fixed in Version | CMake 3.0 | ||||||
| Summary | 0014358: FortranCInterface fails to find generated test program when cross-compiling | ||||||||
| Description | Here is the initial bugreport on the mailing list left with no reply: http://www.cmake.org/pipermail/cmake/2012-March/049459.html [^] | ||||||||
| Steps To Reproduce | Use the FortranCInterface module AND use a fortran cross compiler: in CMakeLists: include ( FortranCInterface ) FortranCInterface_HEADER ( FortranCInterface.h ) in foo.h: #include "FortranCInterface.h" #define F77_FUNC(name,NAME) FortranCInterface_GLOBAL(name,NAME) #define BAR_F77 F77_FUNC(bar,BAR) void BAR_F77(int *x); ... | ||||||||
| Additional Information | See the attached patch proposed in the thread against current master. Tested with and without cross-compilation on Linux. | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0033720) Brad King (manager) 2013-08-15 08:06 |
Applied, thanks: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d7a65a2f [^] |
|
(0035074) Robert Maynard (manager) 2014-02-10 10:44 |
Closing resolved issues that have not been updated in more than 4 months. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2013-08-14 18:14 | Michel Zou | New Issue | |
| 2013-08-14 18:14 | Michel Zou | File Added: cmake-fortrancinterface-cross-compilation.patch | |
| 2013-08-15 08:06 | Brad King | Note Added: 0033720 | |
| 2013-08-15 08:06 | Brad King | Assigned To | => Brad King |
| 2013-08-15 08:06 | Brad King | Status | new => resolved |
| 2013-08-15 08:06 | Brad King | Resolution | open => fixed |
| 2013-08-15 08:06 | Brad King | Fixed in Version | => CMake 3.0 |
| 2013-08-15 08:06 | Brad King | Target Version | => CMake 3.0 |
| 2014-02-10 10:44 | Robert Maynard | Note Added: 0035074 | |
| 2014-02-10 10:44 | Robert Maynard | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |