utilities  0.0
lapacke.h
Go to the documentation of this file.
1 #ifndef MOLPRO_DEPENDENCIES_UTILITIES_SRC_MOLPRO_LAPACKE_H_
2 #define MOLPRO_DEPENDENCIES_UTILITIES_SRC_MOLPRO_LAPACKE_H_
3 
8 #if __has_include(<mkl_lapacke.h>) && ! defined(NO_USE_MKL)
9 #include <mkl_lapacke.h>
10 #define HAVE_MKL
11 #define HAVE_LAPACKE
12 #elif __has_include(<lapacke.h>)
13 #include <lapacke.h>
14 #define HAVE_LAPACKE
15 #endif
16 
17 #endif //MOLPRO_DEPENDENCIES_UTILITIES_SRC_MOLPRO_LAPACKE_H_