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:
Kyle Guinn
2016-01-06 22:44:28 -06:00
parent 29e06320f6
commit ddfd843e29
+2
View File
@@ -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