Theodore Papadopoulo wrote:
> I do not know if it is too late to require bugfix for the next release
> or even whether this bug is known (a quick browsing of buzilla shows
> nothing and the git sources still contain the bug), but in any case.
> 
> In cmake-2.8.6, the module FindLAPACK.cmake contains the lines:
> 
> if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
>    # for ubuntu's libblas3gf and liblapack3gf packages
>    set(CMAKE_FIND_LIBRARY_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES} .so.3gf)
> endif ()

AFAICS this just adds another suffix, but will not remove an existing one, so 
this should not make anything go undetected that was detected before. You can 
try yourself if you just comment out this lines.

I think this may be something entirely different, that I have seen today for 
completely unrelated modules: if the library is in /usr/lib64 like on my 
openSuSE 12.1, the library is sometimes not detected. When trying it on my 
machine at home it works like a charm. I've not entirely understood what was 
wrong there and had no time yet to debug this.

Eike

Attachment: signature.asc
Description: This is a digitally signed message part.

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to