removed a spurious -lopt linking flag (shall be handled differently, or an explicit dependency shall be given).
psblas3-type-indexed
Michele Martone 14 years ago
parent 1ec86693c4
commit bedb2bcff6

@ -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)
#

Loading…
Cancel
Save