MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012248 | CMake | Modules | public | 2011-06-06 07:22 | 2011-11-11 10:45 |
|
Reporter | Christoph Höger | |
Assigned To | Brad King | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | Fedora 15 x86_64 | OS | Linux | OS Version | 2.6.38.6-27.fc15 |
Product Version | CMake 2.8.4 | |
Target Version | CMake 2.8.5 | Fixed in Version | CMake 2.8.5 | |
|
Summary | 0012248: Boost libraries are not searched in /usr/lib64 |
Description | 64 bit libraries under fedora are installed under /usr/lib64, the boost module does not use find_library() but searches itself. |
Steps To Reproduce | find_package(Boost COMPONENTS filesystem REQUIRED) |
Additional Information | find attached a patch to workaround the issue. |
Tags | No tags attached. |
Relationships | related to | 0012247 | closed | Brad King | python libraries are not searched under lib64/ |
|
Attached Files | cmake-boost-libs.patch (484) 2011-06-06 07:22 https://public.kitware.com/Bug/file/3912/cmake-boost-libs.patch |
|
Issue History |
Date Modified | Username | Field | Change |
2011-06-06 07:22 | Christoph Höger | New Issue | |
2011-06-06 07:22 | Christoph Höger | File Added: cmake-boost-libs.patch | |
2011-06-07 08:21 | Eric NOULARD | Relationship added | related to 0012037 |
2011-06-14 13:29 | Brad King | Assigned To | => Philip Lowman |
2011-06-14 13:29 | Brad King | Status | new => assigned |
2011-06-14 13:29 | Brad King | Note Added: 0026856 | |
2011-06-14 13:33 | Brad King | Note Added: 0026857 | |
2011-06-14 13:33 | Brad King | Relationship deleted | related to 0012037 |
2011-06-14 13:34 | Brad King | Note Added: 0026858 | |
2011-06-14 13:35 | Brad King | Relationship added | related to 0011964 |
2011-06-14 13:35 | Brad King | Relationship added | related to 0012247 |
2011-06-14 13:37 | Brad King | Relationship deleted | related to 0011964 |
2011-06-14 13:37 | Brad King | Note Added: 0026859 | |
2011-06-14 14:14 | Christoph Höger | Note Added: 0026863 | |
2011-06-15 08:24 | Brad King | Assigned To | Philip Lowman => Brad King |
2011-06-15 09:03 | Brad King | Note Added: 0026873 | |
2011-06-15 09:03 | Brad King | Status | assigned => resolved |
2011-06-15 09:03 | Brad King | Resolution | open => fixed |
2011-06-21 13:02 | David Cole | Fixed in Version | => CMake 2.8.5 |
2011-06-21 13:02 | David Cole | Target Version | => CMake 2.8.5 |
2011-11-11 10:45 | David Cole | Note Added: 0027777 | |
2011-11-11 10:45 | David Cole | Status | resolved => closed |
Notes |
|
(0026856)
|
Brad King
|
2011-06-14 13:29
|
|
Assigned to Philip Lowman, the current module maintainer for FindBoost. |
|
|
(0026857)
|
Brad King
|
2011-06-14 13:33
|
|
|
|
(0026858)
|
Brad King
|
2011-06-14 13:34
|
|
Removed relationship with issue 0012037 because the problem is unrelated (though it is similar). |
|
|
(0026859)
|
Brad King
|
2011-06-14 13:37
|
|
Removed relationship with issue 0011964 which is about installation, not finding. |
|
|
(0026863)
|
Christoph Höger
|
2011-06-14 14:14
|
|
Ok, it _should_ work. Apparently it does not in cmake-2.8.4 . |
|
|
(0026873)
|
Brad King
|
2011-06-15 09:03
|
|
|
|
(0027777)
|
David Cole
|
2011-11-11 10:45
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|