Go to the documentation of this file. 1 #ifndef MOLPRO_DEPENDENCIES_UTILITIES_SRC_MOLPRO_CBLAS_H_
2 #define MOLPRO_DEPENDENCIES_UTILITIES_SRC_MOLPRO_CBLAS_H_
8 #if __has_include(<mkl_lapacke.h>) && ! defined(NO_USE_MKL)
12 #elif __has_include(<Accelerate/../Frameworks/vecLib.framework/Headers/cblas.h>)
13 #include <Accelerate/../Frameworks/vecLib.framework/Headers/cblas.h>
15 #define HAVE_ACCELERATE
16 #elif __has_include(<cblas.h>)
20 #include "cblas_generic.h"