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/fastblas.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/fastblas.cpp') diff --git a/src/fastblas.cpp b/src/fastblas.cpp index 42c59ee..41ee741 100644 --- a/src/fastblas.cpp +++ b/src/fastblas.cpp @@ -18,18 +18,13 @@ along with this program. If not, see . */ -// #include "gsl/gsl_matrix.h" #include // std::min #include #include #include #include "debug.h" -#include "fastblas.h" -#include "fastopenblas.h" #include "mathfunc.h" #include -#include "eigenlib.h" -#include const char *FastblasTrans = "T"; const char *FastblasNoTrans = "N"; -- cgit v1.2.3