File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,10 @@ SCLAUX = la_constants.o \
101
101
slaset.o slasq1.o slasq2.o slasq3.o slasq4.o slasq5.o slasq6.o \
102
102
slasr.o slasrt.o slassq.o slasv2.o spttrf.o sstebz.o sstedc.o \
103
103
ssteqr.o ssterf.o slaisnan.o sisnan.o \
104
- slartgp.o slartgs.o scombssq.o ../INSTALL/sroundup_lwork.o \
105
- ../INSTALL/second_$(TIMER ) .o
104
+ slartgp.o slartgs.o scombssq.o ../INSTALL/sroundup_lwork.o
105
+ ifneq ($(F_COMPILER ) , IBM)
106
+ SCLAUX += ../INSTALL/second_$(TIMER ) .o
107
+ endif
106
108
endif
107
109
108
110
ifneq "$(or $(BUILD_DOUBLE ) ,$(BUILD_COMPLEX16 ) ) " ""
@@ -124,7 +126,10 @@ DZLAUX = la_constants.o\
124
126
dlasr.o dlasrt.o dlassq.o dlasv2.o dpttrf.o dstebz.o dstedc.o \
125
127
dsteqr.o dsterf.o dlaisnan.o disnan.o \
126
128
dlartgp.o dlartgs.o ../INSTALL/droundup_lwork.o \
127
- ../INSTALL/dlamch.o ../INSTALL/dsecnd_$(TIMER ) .o
129
+ ../INSTALL/dlamch.o
130
+ ifneq ($(F_COMPILER ) , IBM)
131
+ DZLAUX += ../INSTALL/dsecnd_$(TIMER ) .o
132
+ endif
128
133
endif
129
134
130
135
# ifeq ($(BUILD_SINGLE),1)
You can’t perform that action at this time.
0 commit comments