Don't build 'test_cfs_tpfa' unless UMFPACK is available.
This commit is contained in:
parent
7c00d2e144
commit
2c11056604
@ -1,9 +1,20 @@
|
|||||||
|
AM_CPPFLAGS = \
|
||||||
|
-I$(top_srcdir)
|
||||||
|
|
||||||
|
LDADD = \
|
||||||
|
$(top_builddir)/libopmcore.la \
|
||||||
|
$(LAPACK_LIBS) $(BLAS_LIBS) $(LIBS) $(FLIBS)
|
||||||
|
|
||||||
|
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
test_cfs_tpfa \
|
|
||||||
test_jacsys \
|
test_jacsys \
|
||||||
test_readvector \
|
test_readvector \
|
||||||
test_sf2p
|
test_sf2p
|
||||||
|
|
||||||
|
if UMFPACK
|
||||||
|
noinst_PROGRAMS += test_cfs_tpfa
|
||||||
|
endif
|
||||||
|
|
||||||
test_jacsys_SOURCES = test_jacsys.cpp
|
test_jacsys_SOURCES = test_jacsys.cpp
|
||||||
test_readvector_SOURCES = test_readvector.cpp
|
test_readvector_SOURCES = test_readvector.cpp
|
||||||
test_sf2p_SOURCES = test_sf2p.cpp
|
test_sf2p_SOURCES = test_sf2p.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user