File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -507,22 +507,22 @@ ALL_AUX_OBJS = xerbla.o ../INSTALL/lsame.o
507
507
SLAPACKOBJS = \
508
508
sgetrf.o sgetrs.o spotrf.o sgetf2.o \
509
509
spotf2.o slaswp.o sgesv.o slauu2.o \
510
- slauum.o strti2.o strtri.o
510
+ slauum.o strti2.o strtri.o strtrs.o
511
511
512
512
DLAPACKOBJS = \
513
513
dgetrf.o dgetrs.o dpotrf.o dgetf2.o \
514
514
dpotf2.o dlaswp.o dgesv.o dlauu2.o \
515
- dlauum.o dtrti2.o dtrtri.o
515
+ dlauum.o dtrti2.o dtrtri.o dtrtrs.o
516
516
517
517
CLAPACKOBJS = \
518
518
cgetrf.o cgetrs.o cpotrf.o cgetf2.o \
519
519
cpotf2.o claswp.o cgesv.o clauu2.o \
520
- clauum.o ctrti2.o ctrtri.o
520
+ clauum.o ctrti2.o ctrtri.o ctrtrs.o
521
521
522
522
ZLAPACKOBJS = \
523
523
zgetrf.o zgetrs.o zpotrf.o zgetf2.o \
524
524
zpotf2.o zlaswp.o zgesv.o zlauu2.o \
525
- zlauum.o ztrti2.o ztrtri.o
525
+ zlauum.o ztrti2.o ztrtri.o ztrtrs.o
526
526
527
527
528
528
ALLAUX = $(filter-out $(ALL_AUX_OBJS ) ,$(ALLAUX_O ) )
You can’t perform that action at this time.
0 commit comments