Merge pull request #57 from dividiti/development

Locate the C BLAS library before the F77 one.
This commit is contained in:
Cedric Nugteren 2016-05-05 22:27:22 +02:00
commit f18c12389d

View file

@ -48,7 +48,7 @@ mark_as_advanced(CBLAS_INCLUDE_DIRS)
# Finds the library
find_library(CBLAS_LIBRARIES
NAMES blas cblas mkl blis openblas accelerate
NAMES cblas blas mkl blis openblas accelerate
HINTS ${CBLAS_HINTS}
PATH_SUFFIXES
lib lib64 lib/x86_64 lib/x64 lib/x86 lib/Win32 lib/import lib64/import