All programs unconditional, since linear solver deps are now in LinearSolverFactory.
This commit is contained in:
parent
9ad85e1039
commit
1709ca9da4
@ -5,14 +5,12 @@ $(BOOST_CPPFLAGS)
|
||||
LDADD = $(top_builddir)/libopmcore.la
|
||||
|
||||
noinst_PROGRAMS = \
|
||||
scaneclipsedeck
|
||||
|
||||
if UMFPACK
|
||||
noinst_PROGRAMS += \
|
||||
scaneclipsedeck \
|
||||
spu_2p \
|
||||
wells_example
|
||||
|
||||
|
||||
spu_2p_SOURCES = spu_2p.cpp
|
||||
spu_2p_LDADD = $(LDADD) $(LIBS) $(BOOST_SYSTEM_LIB) $(BOOST_FILESYSTEM_LIB) $(LAPACK_LIBS) $(LIBS) $(LIBS)
|
||||
|
||||
wells_example_SOURCES = wells_example.cpp
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user