Skip to content

Commit 0e28b42

Browse files
authored
Add slaed3/dlaed3 to complex builds
1 parent 92b4d1b commit 0e28b42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

interface/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,8 @@ ifneq ($(NO_LAPACK), 1)
530530
SBLASOBJS += $(SLAPACKOBJS)
531531
DBLASOBJS += $(DLAPACKOBJS)
532532
#QBLASOBJS += $(QLAPACKOBJS)
533-
CBLASOBJS += $(CLAPACKOBJS)
534-
ZBLASOBJS += $(ZLAPACKOBJS)
533+
CBLASOBJS += $(CLAPACKOBJS) slaed3.$(SUFFIX)
534+
ZBLASOBJS += $(ZLAPACKOBJS) dlaed3.$(SUFFIX)
535535
#XBLASOBJS += $(XLAPACKOBJS)
536536

537537
endif

0 commit comments

Comments
 (0)