blob: 38012a75af5429c19b622c6507b3752c859c7c18 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- modules/arnoldi/Makefile.in.orig 2011-07-20 04:15:42.000000000 -0400
+++ modules/arnoldi/Makefile.in 2011-08-09 09:52:07.000000000 -0400
@@ -489,7 +489,7 @@
libsciarnoldi_la_FFLAGS = -I$(srcdir)/src/arpack/
pkglib_LTLIBRARIES = libsciarnoldi.la
-libsciarnoldi_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LAPACK_LIBS)
+libsciarnoldi_la_LDFLAGS = -version-number $(SCILAB_LIBRARY_VERSION) $(LAPACK_LIBS) $(BLAS_LIBS)
libsciarnoldi_la_SOURCES = $(ARNOLDI_FORTRAN_SOURCES) $(GATEWAY_C_SOURCES)
# For the code check (splint)
|