summaryrefslogtreecommitdiff
path: root/cmake/Modules/FindCBLAS.cmake
AgeCommit message (Collapse)Author
2018-06-02Added MKL as an alternative for CBLAS for correctness and performance ↵Cedric Nugteren
comparisons
2016-05-05Locate the C BLAS library before the F77 one.Anton Lokhmotov
2016-05-04Fixed an issue with linking against the ATLAS BLAS libraryCedric Nugteren
2016-04-03Added support for detection of CPU BLAS libraries OpenBLAS, BLIS and ↵cnugteren
Accelerate on OS X
2016-03-31Create a first version of CPU BLAS detection in CMakecnugteren