We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67133ce commit 4fe91feCopy full SHA for 4fe91fe
1 file changed
common/config.h
@@ -8,9 +8,7 @@
8
#ifdef _OPENMP
9
#include <omp.h>
10
#endif //_OPENMP
11
-#if defined(__APPLE__)
12
-#include "vecLib/cblas.h"
13
-#elif defined(HAVE_FLEXIBLAS_CBLAS_H)
+#if defined(HAVE_FLEXIBLAS_CBLAS_H)
14
#include "flexiblas/cblas.h"
15
#elif defined(HAVE_OPENBLAS_CBLAS_H)
16
#include "openblas/cblas.h"
0 commit comments