Review Request 108701: Find libgfortran if it's installed in custom prefixes

Christophe Giboudeaux cgiboudeaux at gmx.com
Fri Feb 1 20:23:15 UTC 2013


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/108701/
-----------------------------------------------------------

(Updated Feb. 1, 2013, 8:23 p.m.)


Review request for Build System and Albert Astals Cid.


Description (updated)
-------

FindR.cmake tries to find libgfortran when the R_lapack library is found. With the current file, the detection fails on openSUSE.
libgfortran is not installed in a common directory but in /usr/lib64/gcc/<arch>/<compiler version>/

With this patch, FindR tries to find the gfortran executable and runs 'gfortran -print-file-name=libgfortran.so' to get the library path.

if the gfortran executable cannot be found, find_library(...) is used.


Diffs
-----

  cmake/FindR.cmake 11f4aff 

Diff: http://git.reviewboard.kde.org/r/108701/diff/


Testing
-------

Tested successfully with the 4.10 tarball.


Thanks,

Christophe Giboudeaux

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-buildsystem/attachments/20130201/7d5843a2/attachment.html>


More information about the Kde-buildsystem mailing list