From addc3be4b3d8f1d9fab7b9215185fdeb6159f765 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 23 May 2011 10:12:19 +0200 Subject: GSL BLAS fudge needed in utils.c as well --- src/utils.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src') diff --git a/src/utils.c b/src/utils.c index bfa5c7d4..3d96263e 100644 --- a/src/utils.c +++ b/src/utils.c @@ -18,6 +18,7 @@ #include #include #include +#include #include "utils.h" #include "image.h" @@ -634,3 +635,12 @@ char *safe_basename(const char *in) return res; } + + +#ifdef GSL_FUDGE +/* Force the linker to bring in CBLAS to make GSL happy */ +void utils_fudge_gslcblas() +{ + STATUS("%p\n", cblas_sgemm); +} +#endif -- cgit v1.2.3