View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008404CMakeModulespublic2009-01-19 22:342009-02-23 22:43
ReporterPhilip Lowman 
Assigned ToPhilip Lowman 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in VersionCMake-2-6 
Summary0008404: FindBoost in CMake 2.6.2 doesn't work on Gentoo
DescriptionUsers's original email message to CMake mailing list...
See thread "Problems with Boost" dated 1/11/2009



Hi, I'd just like to add that in order to use FindBoost in a recent
Gentoo boost installation I had to add the following library patterns to
be searched for:

 ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}-${Boost_LIB_VERSION}
${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}-${_boost_ABI_TAG}-${Boost_LIB_VERSION}

and their corresponding static libraries:

${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}${_boost_STATIC_TAG}-${Boost_LIB_VERSION}
${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}${_boost_STATIC_TAG}${_boost_ABI_TAG}-${Boost_LIB_VERSION}

Does anyone mind to add them to the cmake's FindBoost.cmake? Do I have
to create a bug report on this?
TagsNo tags attached.
Attached Files

 Relationships
related to 0007508closedPhilip Lowman FindBoost fails to find boost on SuSE 10.3 

  Notes
(0014641)
Philip Lowman (developer)
2009-01-19 22:52

Should be resolved now

lowman@locke:~/cvs/CMake_write/Modules$ cvs commit FindBoost.cmake
Committer: Philip Lowman <philip@yhbt.com>
/cvsroot/CMake/CMake/Modules/FindBoost.cmake,v <-- FindBoost.cmake
new revision: 1.31; previous revision: 1.30
(0015307)
Philip Lowman (developer)
2009-02-23 22:43

Fix available in 2.6.3

 Issue History
Date Modified Username Field Change
2009-01-19 22:34 Philip Lowman New Issue
2009-01-19 22:52 Philip Lowman Note Added: 0014641
2009-01-19 22:52 Philip Lowman Assigned To => Philip Lowman
2009-01-19 22:52 Philip Lowman Status new => resolved
2009-01-19 22:52 Philip Lowman Resolution open => fixed
2009-01-19 23:00 Philip Lowman Relationship added related to 0007508
2009-02-23 22:43 Philip Lowman Note Added: 0015307
2009-02-23 22:43 Philip Lowman Status resolved => closed
2009-02-23 22:43 Philip Lowman Fixed in Version => CMake-2-6


Copyright © 2000 - 2018 MantisBT Team