Do not link bug_1315 tests to LAPACK/BLAS
LAPACK/BLAS is not a direct dependency. If it was, we would also need to link with $(FLIBS) as determined by AC_F77_LIBRARY_LDFLAGS since we're mixing C and Fortran.
This commit is contained in:
@@ -9,5 +9,7 @@ dnsimp_SOURCES = dnsimp.f mmio.f debug.h
|
||||
|
||||
bug_1315_single_SOURCES = bug_1315_single.c
|
||||
bug_1315_double_SOURCES = bug_1315_double.c
|
||||
bug_1315_single_LDADD = $(top_builddir)/libarpack.la
|
||||
bug_1315_double_LDADD = $(top_builddir)/libarpack.la
|
||||
|
||||
bug_1323_SOURCES = bug_1323.f
|
||||
|
||||
Reference in New Issue
Block a user