commit | 8527dbbf4443daf3b43f3b1543192c3a2f26be80 | [log] [tgz] |
---|---|---|
author | Jakub Benda <jacob.benda@gmail.com> | Sat May 04 10:38:02 2019 +0100 |
committer | Jakub Benda <jacob.benda@gmail.com> | Sat May 04 10:38:02 2019 +0100 |
tree | 7e63b7a4c9dad3a9fc0408a23e57951607c4f424 | |
parent | d3a0582b0c0095ab95c3610ba93f3d38b5a13620 [diff] |
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.