mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
Fix upscale_elasticity linking
The per-target primary overrides the correspondingly named global primary. In the case of '*_LDADD' we need to include the global value lest we miss SuperLU libraries.
This commit is contained in:
parent
3302c99140
commit
451d6f612a
@ -36,7 +36,9 @@ upscale_cond_SOURCES = upscale_cond.cpp
|
||||
|
||||
upscale_elasticity_SOURCES = upscale_elasticity.cpp
|
||||
upscale_elasticity_CXXFLAGS = ${OPENMP_CXXFLAGS}
|
||||
upscale_elasticity_LDADD = $(top_srcdir)/dune/elasticity/libelasticityupscale.la
|
||||
upscale_elasticity_LDADD = \
|
||||
$(top_srcdir)/dune/elasticity/libelasticityupscale.la \
|
||||
$(LDADD)
|
||||
|
||||
upscale_perm_SOURCES = upscale_perm.cpp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user