Skip to content
Snippets Groups Projects
Commit 6bb0bbe9 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

cease support for fortran IPOpt

[[Imported from SVN: r2526]]
parent 484f079c
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,7 @@
#LDADD = $(UG_LDFLAGS) $(AMIRAMESH_LDFLAGS) $(UG_LIBS) $(AMIRAMESH_LIBS)
#AM_CPPFLAGS = $(UG_CPPFLAGS) $(AMIRAMESH_CPPFLAGS)
# Include and linker paths to the old fortran IPOpt library
#IPOPT_DIR = /home/haile/sander/COIN/Ipopt
#IPOPT_LDADD = -L$(IPOPT_DIR)/lib -lipopt -llapack -lblas -lg2c
#IPOPT_CPPFLAGS = -I$(IPOPT_DIR)/IPOPT/include -DHAVE_IPOPT
# Include and linker paths to the new C++ IPOpt library
# Include and linker paths to the IPOpt library
IPOPT_CPP_DIR = /home/haile/sander/Ipopt-3.3.5/build
IPOPT_LDADD = -L$(IPOPT_CPP_DIR)/lib -lipopt -llapack -lblas -lgfortran
IPOPT_CPPFLAGS = -I$(IPOPT_CPP_DIR)/include -DHAVE_IPOPT_CPP
......
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