| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0010778 | CMake | Modules | public | 2010-05-28 15:58 | 2016-06-10 14:31 | ||||
| Reporter | Justin | ||||||||
| Assigned To | David Partyka | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | moved | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0010778: FindMPI module checks when x86_64-pc-linux-gnu-g++ is returned by mpicxx -show | ||||||||
| Description | The module calls mpicxx -show On Gentoo it returns x86_64-pc-linux-gnu-g++ -I/usr/include -L/usr/lib64 -L/usr/lib64 -Wl,-rpath -Wl,/usr/lib64 -lmpichcxx -lmpich -lopa -lpthread -lrt The regex in the module searches for "-l" which also returns -linux-gnu-g++ and makes the module fail. We use following patch to fix the issue: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-util/cmake/files/cmake-2.8.1-mpi.patch?view=markup [^] | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0021715) jmschrei (reporter) 2010-08-11 15:51 |
I've had the same problem with the regex matching -link from -rpath-link. The gentoo patch should fix our problem as well. |
|
(0041706) Kitware Robot (administrator) 2016-06-10 14:28 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2010-05-28 15:58 | Justin | New Issue | |
| 2010-08-11 03:09 | Kovarththanan Rajaratnam | Category | CCMake => Modules |
| 2010-08-11 15:51 | jmschrei | Note Added: 0021715 | |
| 2010-12-08 10:45 | David Cole | Status | new => assigned |
| 2010-12-08 10:45 | David Cole | Assigned To | => David Partyka |
| 2016-06-10 14:28 | Kitware Robot | Note Added: 0041706 | |
| 2016-06-10 14:28 | Kitware Robot | Status | assigned => resolved |
| 2016-06-10 14:28 | Kitware Robot | Resolution | open => moved |
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |