Remove superfluous dependencies to SuperLU and BLAS
This commit is contained in:
@@ -1,13 +1,11 @@
|
|||||||
# Build-time flags needed to form example programs
|
# Build-time flags needed to form example programs
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
$(OPM_BOOST_CPPFLAGS) \
|
$(OPM_BOOST_CPPFLAGS)
|
||||||
${SUPERLU_CPPFLAGS}
|
|
||||||
|
|
||||||
# All targets link to the library
|
# All targets link to the library
|
||||||
LDADD = \
|
LDADD = \
|
||||||
$(top_builddir)/lib/libopmcore.la \
|
$(top_builddir)/lib/libopmcore.la
|
||||||
$(SUPERLU_LIBS) $(BLAS_LIBS) $(LIBS)
|
|
||||||
|
|
||||||
# Convenience definition for targets that use Boost.Filesystem directly.
|
# Convenience definition for targets that use Boost.Filesystem directly.
|
||||||
# While libopmcore depends on (and references) Boost.Filesystem (through
|
# While libopmcore depends on (and references) Boost.Filesystem (through
|
||||||
|
|||||||
@@ -1,10 +1,8 @@
|
|||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
$(OPM_BOOST_CPPFLAGS) \
|
$(OPM_BOOST_CPPFLAGS)
|
||||||
${SUPERLU_CPPFLAGS}
|
|
||||||
|
|
||||||
AM_LDFLAGS = $(OPM_BOOST_LDFLAGS) \
|
AM_LDFLAGS = $(OPM_BOOST_LDFLAGS)
|
||||||
${SUPERLU_LIBS} $(BLAS_LIBS) $(LIBS)
|
|
||||||
|
|
||||||
LDADD = $(top_builddir)/lib/libopmcore.la
|
LDADD = $(top_builddir)/lib/libopmcore.la
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user