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