From 7068392c111e3ec7f9eb580229d564fd52fd1839 Mon Sep 17 00:00:00 2001 From: pedro <pedro@64cores.dur.ac.uk> Date: Thu, 5 Nov 2015 20:42:31 +0000 Subject: [PATCH] add libcblas, needed for the dgemm function. the header file is tested for in the config process, but the library was never linked. --- examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index e3f0f9a..c95e2bc 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -19,7 +19,7 @@ # Add the source directory and debug to CFLAGS AM_CFLAGS = -I../src -DCPU_TPS=2.67e9 -DTIMERS -AM_LDFLAGS = +AM_LDFLAGS = -lcblas # Set-up the library bin_PROGRAMS = test test_bh test_bh_sorted test_fmm_sorted -- GitLab