Skip to content
Snippets Groups Projects
Commit aaa93da9 authored by Markus Blatt's avatar Markus Blatt
Browse files

Use flags as documented in axlapack for linking with lapack. Now test should...

Use flags as documented in axlapack for linking with lapack. Now test should compile with static linkage on nonbroken systems. (My system Debian wheezy is obviouly broken and complains about function xerbla_ that is defined in libblas.a and liblapack.a)

[[Imported from SVN: r6600]]
parent 118d434c
Branches
Tags
No related merge requests found
......@@ -154,7 +154,7 @@ dynmatrixtest_SOURCES = dynmatrixtest.cc
dynvectortest_SOURCES = dynvectortest.cc
fmatrixtest_SOURCES = fmatrixtest.cc
fmatrixtest_LDADD = $(LAPACK_LIBS) $(LDADD)
fmatrixtest_LDADD = $(LAPACK_LIBS) $(LDADD) $(BLAS_LIBS) $(LIBS) $(FLIBS)
fvectortest_SOURCES = fvectortest.cc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment