Browse Source

restore filtering out of ?laswp duplication

pull/3539/head
Martin Kroeker GitHub 4 years ago
parent
commit
86056c0dc8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      lapack-netlib/SRC/Makefile

+ 4
- 4
lapack-netlib/SRC/Makefile 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))


Loading…
Cancel
Save