From 37a875f2256f9f98c2aecbb9cccf75925611b9ee Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Fri, 22 Aug 2014 09:59:16 +0000 Subject: [PATCH] Use local installation of ADOL-C for the time being A few recent fixes haven't made it to Debian yet. [[Imported from SVN: r9851]] --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a90fc797..8b80d08e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,8 +9,8 @@ SUBDIRS = doc m4 dune test LDADD = $(IPOPT_LDFLAGS) $(IPOPT_LIBS) AM_CPPFLAGS += $(IPOPT_CPPFLAGS) -ADOLC_CPPFLAGS = -I/usr/include -ADOLC_LDFLAGS = -L/usr/lib +ADOLC_CPPFLAGS = -I/home/sander/adolc-inst/include +ADOLC_LDFLAGS = -L/home/sander/adolc-inst/lib64 ADOLC_LIBS = -ladolc noinst_PROGRAMS = cosserat-continuum rodobstacle rod3d harmonicmaps harmonicmaps-eoc rod-eoc -- GitLab