From bedb2bcff64c893d6c9b16aef4e732a35a2a3953 Mon Sep 17 00:00:00 2001 From: Michele Martone Date: Thu, 24 Mar 2011 09:56:48 +0000 Subject: [PATCH] psblas3: removed a spurious -lopt linking flag (shall be handled differently, or an explicit dependency shall be given). --- test/serial/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/serial/Makefile b/test/serial/Makefile index 33fff1e7..f9cde658 100644 --- a/test/serial/Makefile +++ b/test/serial/Makefile @@ -4,7 +4,7 @@ include ../../Make.inc # LIBDIR=../../lib/ OPTDIR=../../opt -PSBLAS_LIB= -L$(LIBDIR) -lpsb_base -lopt -L$(OPTDIR) +PSBLAS_LIB= -L$(LIBDIR) -lpsb_base -L$(OPTDIR) #-lpsb_util -lpsb_krylov -lpsb_prec -lpsb_base LDLIBS=$(PSBLDLIBS) #