Skip to content

Commit 4fe91fe

Browse files
committed
use config.h from rcppplanc 1.x
1 parent 67133ce commit 4fe91fe

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

common/config.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
#ifdef _OPENMP
99
#include <omp.h>
1010
#endif //_OPENMP
11-
#if defined(__APPLE__)
12-
#include "vecLib/cblas.h"
13-
#elif defined(HAVE_FLEXIBLAS_CBLAS_H)
11+
#if defined(HAVE_FLEXIBLAS_CBLAS_H)
1412
#include "flexiblas/cblas.h"
1513
#elif defined(HAVE_OPENBLAS_CBLAS_H)
1614
#include "openblas/cblas.h"

0 commit comments

Comments
 (0)