Skip to content
Snippets Groups Projects
Commit 7068392c authored by pedro's avatar pedro
Browse files

add libcblas, needed for the dgemm function. the header file is tested for in...

add libcblas, needed for the dgemm function. the header file is tested for in the config process, but the library was never linked.
parent a328caf4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment