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/gemma.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gemma.cpp') diff --git a/src/gemma.cpp b/src/gemma.cpp index 6bc739b..7b955cd 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -28,7 +28,7 @@ #ifdef OPENBLAS extern "C" { // these functions are defined in cblas.h - but if we include that we - // conflicts with other BLAS includes + // conflicts with other BLAS includes (GSL) int openblas_get_num_threads(void); int openblas_get_parallel(void); char* openblas_get_config(void); -- cgit v1.2.3