View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010778CMakeModulespublic2010-05-28 15:582016-06-10 14:31
ReporterJustin 
Assigned ToDavid Partyka 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0010778: FindMPI module checks when x86_64-pc-linux-gnu-g++ is returned by mpicxx -show
DescriptionThe 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 [^]
TagsNo tags attached.
Attached Files

 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.

 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


Copyright © 2000 - 2018 MantisBT Team