From 0e28b427f33cd51aee012c3d15f4a6f9618e2df4 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 18 Feb 2026 19:09:36 +0100 Subject: [PATCH] Add slaed3/dlaed3 to complex builds --- interface/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/Makefile b/interface/Makefile index 83a894b12..2b6b60c14 100644 --- a/interface/Makefile +++ b/interface/Makefile @@ -530,8 +530,8 @@ ifneq ($(NO_LAPACK), 1) SBLASOBJS += $(SLAPACKOBJS) DBLASOBJS += $(DLAPACKOBJS) #QBLASOBJS += $(QLAPACKOBJS) -CBLASOBJS += $(CLAPACKOBJS) -ZBLASOBJS += $(ZLAPACKOBJS) +CBLASOBJS += $(CLAPACKOBJS) slaed3.$(SUFFIX) +ZBLASOBJS += $(ZLAPACKOBJS) dlaed3.$(SUFFIX) #XBLASOBJS += $(XLAPACKOBJS) endif