Make opm-core compile with boost on my Debian system
This commit is contained in:
parent
0db6439b9b
commit
9d0f385e02
@ -6,8 +6,9 @@ ${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)
|
${BOOST_SYSTEM_LIB} ${BOOST_FILESYSTEM_LIB} \
|
||||||
|
${SUPERLU_LIBS} $(BLAS_LIBS) $(LIBS)
|
||||||
|
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
# Declare products (i.e., the example programs).
|
# Declare products (i.e., the example programs).
|
||||||
|
Loading…
Reference in New Issue
Block a user