From 3293f7e6456574272418b16f4a5ba22f60f8d67a Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 26 Jan 2018 10:19:47 +0000 Subject: Change OpenBLAS warning --- src/gemma.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gemma.cpp') diff --git a/src/gemma.cpp b/src/gemma.cpp index edd79d7..97e947a 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -26,7 +26,6 @@ #include #include #ifdef OPENBLAS -#pragma message "Compiling with OPENBLAS" extern "C" { // these functions are defined in cblas.h - but if we include that we // conflicts with other BLAS includes @@ -35,6 +34,8 @@ extern "C" { char* openblas_get_config(void); char* openblas_get_corename(void); } +#else +#pragma message "Not compiling with OPENBLAS" #endif #include "gsl/gsl_blas.h" -- cgit v1.2.3