restore filtering out of ?laswp duplication

This commit is contained in:
Martin Kroeker 2022-02-23 18:15:50 +01:00 committed by GitHub
parent 2a9e337a84
commit 86056c0dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -561,22 +561,22 @@ ALL_AUX_OBJS = xerbla.o ../INSTALL/lsame.o
SLAPACKOBJS = \
sgetrf.o sgetrs.o spotrf.o sgetf2.o \
spotf2.o sgesv.o slauu2.o \
spotf2.o slaswp.o sgesv.o slauu2.o \
slauum.o strti2.o strtri.o strtrs.o
DLAPACKOBJS = \
dgetrf.o dgetrs.o dpotrf.o dgetf2.o \
dpotf2.o dgesv.o dlauu2.o \
dpotf2.o dlaswp.o dgesv.o dlauu2.o \
dlauum.o dtrti2.o dtrtri.o dtrtrs.o
CLAPACKOBJS = \
cgetrf.o cgetrs.o cpotrf.o cgetf2.o \
cpotf2.o cgesv.o clauu2.o \
cpotf2.o claswp.o cgesv.o clauu2.o \
clauum.o ctrti2.o ctrtri.o ctrtrs.o
ZLAPACKOBJS = \
zgetrf.o zgetrs.o zpotrf.o zgetf2.o \
zpotf2.o zgesv.o zlauu2.o \
zpotf2.o zlaswp.o zgesv.o zlauu2.o \
zlauum.o ztrti2.o ztrtri.o ztrtrs.o
ALLAUX = $(filter-out $(ALL_AUX_OBJS),$(ALLAUX_O))