[CMake] Bug fix requests for the *next* release of CMake...

Theodore Papadopoulo Theodore.Papadopoulo at inria.fr
Mon Jan 23 12:20:27 EST 2012


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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 ()

The problem here is that not all linux distribution are ubuntu, as a
result the lapack detection is broken on releases such as Fedora (14
to 16).

Is there a way to make this test more specific, or at least to provide
an option to let the user disable this "feature".

In the meantime, it might be interesting to have a patch in the fedora
package that just removes the .3gf (Orion I put you in copy just in
case, as I saw you are the fedora packager for cmake).

  Thank you very much,

	Theo Papadopoulo.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8dltsACgkQEr8WrU8nPV2k7ACeOD8Df7A6wTPUNVCyiBDP4R4j
T6kAoJsnekGUH1s7AseXPwuB6teq4ujo
=ws/T
-----END PGP SIGNATURE-----


More information about the CMake mailing list