From 7c4f7f7f7c4320658828631039f57fadf6bfdb29 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Thu, 28 May 2020 05:39:18 -0500 Subject: Fix copiles on gcc 10. Main thing is not to mix BLAS includes from OpenBLAS, GSL (and Eigen when used). --- src/fastopenblas.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/fastopenblas.h') diff --git a/src/fastopenblas.h b/src/fastopenblas.h index 7f453da..ace8347 100644 --- a/src/fastopenblas.h +++ b/src/fastopenblas.h @@ -21,13 +21,8 @@ #ifndef __FASTOPENBLAS_H__ #define __FASTOPENBLAS_H__ -#include -#include -extern "C" -{ - #include // For OpenBlas / Atlas -} -// #include "gsl/gsl_matrix.h" +// #include +// #include void fast_cblas_dgemm(const enum CBLAS_ORDER , const enum CBLAS_TRANSPOSE TransA, -- cgit v1.2.3