Add la_constants.o to SCLAUX/DZLAUX

This commit is contained in:
Martin Kroeker 2023-09-14 10:46:23 +02:00 committed by GitHub
parent 6bc079687f
commit fb97cc4d5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ ALLAUX_O = ilaenv.o ilaenv2stage.o ieeeck.o lsamen.o xerbla.o xerbla_array.o \
../INSTALL/ilaver.o ../INSTALL/lsame.o ../INSTALL/slamch.o
ifneq "$(or $(BUILD_SINGLE),$(BUILD_COMPLEX))" ""
SCLAUX = \
SCLAUX = la_constants.o \
sbdsvdx.o sstevx.o sstein.o \
sbdsdc.o \
sbdsqr.o sdisna.o slabad.o slacpy.o sladiv.o slae2.o slaebz.o \
@ -106,7 +106,7 @@ SCLAUX = \
endif
ifneq "$(or $(BUILD_DOUBLE),$(BUILD_COMPLEX16))" ""
DZLAUX = \
DZLAUX = la_constants.o\
dcombssq.o \
dbdsvdx.o dstevx.o dstein.o \
dbdsdc.o \