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_
8 #if __has_include(<mkl_lapacke.h>) && ! defined(NO_USE_MKL)
9 #include <mkl_lapacke.h>
12 #elif __has_include(<lapacke.h>)