From b23c511c35f8e2121f84096692a2baaa0aa08f3e Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Fri, 6 Jun 2008 15:32:46 +0000
Subject: [PATCH] lapack++ not used anymore

[[Imported from SVN: r2383]]
---
 Makefile.am | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index a6880528..94aae7a8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,10 +4,6 @@
 #LDADD = $(UG_LDFLAGS) $(AMIRAMESH_LDFLAGS) $(UG_LIBS) $(AMIRAMESH_LIBS)
 #AM_CPPFLAGS = $(UG_CPPFLAGS) $(AMIRAMESH_CPPFLAGS)
 
-# Lapack++
-LAPACKPP_CPPFLAGS = -I/home/haile/sander/lapack++-inst/include/lapackpp
-LAPACKPP_LDFLAGS  = -L/home/haile/sander/lapack++-inst/lib -llapackpp
-
 # 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
-- 
GitLab