From d2070bcc05f3f9f13939df61e0ce03521214a3a3 Mon Sep 17 00:00:00 2001 From: Marco Feder Date: Tue, 17 Mar 2026 00:37:59 +0100 Subject: [PATCH] Fix Makefile. Add psb_ext --- cbind/test/pargen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cbind/test/pargen/Makefile b/cbind/test/pargen/Makefile index 3c6fc9a4..170b4913 100644 --- a/cbind/test/pargen/Makefile +++ b/cbind/test/pargen/Makefile @@ -9,7 +9,7 @@ HERE=. FINCLUDES=$(FMFLAG). $(FMFLAG)$(LIBDIR) $(FMFLAG)$(PSBLAS_INCDIR) #PSBLAS_LIBS= -L$(PSBLAS_LIBDIR) -L$(LIBDIR) $(CPSBLAS_LIB) $(PSBLAS_LIB) # -lpsb_linsolve_cbind -lpsb_prec_cbind -lpsb_base_cbind -PSBC_LIBS= -L$(PSBLAS_LIBDIR) -lpsb_cbind -lpsb_linsolve -lpsb_prec +PSBC_LIBS= -L$(PSBLAS_LIBDIR) -lpsb_cbind -lpsb_linsolve -lpsb_prec -lpsb_ext AMGC_LIBS=-L$(LIBDIR) -lamg_cbind -lamg_prec # # Compilers and such