Skip to content
Snippets Groups Projects
Commit 37a875f2 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

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]]
parent de713c54
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,8 @@ SUBDIRS = doc m4 dune test ...@@ -9,8 +9,8 @@ SUBDIRS = doc m4 dune test
LDADD = $(IPOPT_LDFLAGS) $(IPOPT_LIBS) LDADD = $(IPOPT_LDFLAGS) $(IPOPT_LIBS)
AM_CPPFLAGS += $(IPOPT_CPPFLAGS) AM_CPPFLAGS += $(IPOPT_CPPFLAGS)
ADOLC_CPPFLAGS = -I/usr/include ADOLC_CPPFLAGS = -I/home/sander/adolc-inst/include
ADOLC_LDFLAGS = -L/usr/lib ADOLC_LDFLAGS = -L/home/sander/adolc-inst/lib64
ADOLC_LIBS = -ladolc ADOLC_LIBS = -ladolc
noinst_PROGRAMS = cosserat-continuum rodobstacle rod3d harmonicmaps harmonicmaps-eoc rod-eoc noinst_PROGRAMS = cosserat-continuum rodobstacle rod3d harmonicmaps harmonicmaps-eoc rod-eoc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment