View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012625CMakeModulespublic2011-12-13 13:372012-05-09 15:26
Reportertgallagher 
Assigned ToDavid Cole 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformLinux 64bitOSOpenSuSEOS Version12.1
Product VersionCMake 2.8.6 
Target VersionCMake 2.8.7Fixed in VersionCMake 2.8.7 
Summary0012625: FindLAPACK does not find pthreads with MKL
DescriptionWhen trying to use FindLAPACK with Intel MKL, it does not include the pthreads library in the libraries required despite the find_package(Threads).
TagsNo tags attached.
Attached Filespatch file icon findLAPACK-Master.patch [^] (761 bytes) 2011-12-13 13:38 [Show Content]
patch file icon findLAPACK-Release.patch [^] (761 bytes) 2011-12-13 13:38 [Show Content]

 Relationships

  Notes
(0027957)
tgallagher (developer)
2011-12-13 13:38

When testing that the libraries works, it links against the threads library, but then when returning the libraries needed, the threads library is not included in the list.

I've uploaded patches to fix this on both release (2.8.6) and master.
(0027959)
David Cole (manager)
2011-12-13 16:20

FYI: when posting patches, you only need to post patches against 'master' - our workflow bases all new work on master and merges work in to other branches after that as needed.
(0027960)
tgallagher (developer)
2011-12-13 16:23

Not a problem, I was going off of:

http://www.cmake.org/Wiki/CMake/Git/Develop [^]

Which under the "Create a Topic" section says to go off of origin/release if it is a bug in the latest release.
(0027961)
David Cole (manager)
2011-12-13 16:33

No problem -- that comment about building off of "origin/release" would be if we were going to build a new patch release (in this case, something like a 2.8.6.1 just to include this bug fix)...

If you submit patches on origin/master, that's good enough for most cases. If it's hard to cherry-pick or otherwise get onto release and we need to, we'll ask for you help then.

Thanks!
(0027962)
David Cole (manager)
2011-12-13 19:17

Fix pushed to 'next' today:

  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b3c42cb0123c7d21b6a23b1b7517cbb27d55df76 [^]
(0029441)
David Cole (manager)
2012-05-09 15:26

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2011-12-13 13:37 tgallagher New Issue
2011-12-13 13:38 tgallagher Note Added: 0027957
2011-12-13 13:38 tgallagher File Added: findLAPACK-Master.patch
2011-12-13 13:38 tgallagher File Added: findLAPACK-Release.patch
2011-12-13 16:19 David Cole Assigned To => David Cole
2011-12-13 16:19 David Cole Status new => assigned
2011-12-13 16:20 David Cole Note Added: 0027959
2011-12-13 16:23 tgallagher Note Added: 0027960
2011-12-13 16:33 David Cole Note Added: 0027961
2011-12-13 19:16 David Cole Target Version => CMake 2.8.7
2011-12-13 19:17 David Cole Note Added: 0027962
2011-12-16 10:12 David Cole Status assigned => resolved
2011-12-16 10:12 David Cole Fixed in Version => CMake 2.8.7
2011-12-16 10:12 David Cole Resolution open => fixed
2012-05-09 15:26 David Cole Note Added: 0029441
2012-05-09 15:26 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team