diff options
author | Jakub Benda <jacob.benda@gmail.com> | 2019-05-04 09:38:02 (GMT) |
---|---|---|
committer | Jakub Benda <jacob.benda@gmail.com> | 2019-05-04 09:38:02 (GMT) |
commit | 8527dbbf4443daf3b43f3b1543192c3a2f26be80 (patch) | |
tree | 7e63b7a4c9dad3a9fc0408a23e57951607c4f424 /Help/guide/tutorial/Step2/tutorial.cxx | |
parent | d3a0582b0c0095ab95c3610ba93f3d38b5a13620 (diff) | |
download | CMake-8527dbbf4443daf3b43f3b1543192c3a2f26be80.zip CMake-8527dbbf4443daf3b43f3b1543192c3a2f26be80.tar.gz CMake-8527dbbf4443daf3b43f3b1543192c3a2f26be80.tar.bz2 |
FindBLAS: Use Intel fortran interface on OS X even with GNU Fortran
According to Intel MKL Link Line Advisor, there is no GNU Fortran
interface library provided for OS X variant of Intel MKL. Because of
this missing library, FindBLAS was failing on OS X, looking for
nonexistent library libmkl_gf_[i]lp64.
To prevent this, FindBLAS will now always use Intel Fortran interface
for MKL on OS X (libmkl_intel_[i]lp64), even with GNU Fortran.
Diffstat (limited to 'Help/guide/tutorial/Step2/tutorial.cxx')
0 files changed, 0 insertions, 0 deletions