We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bc0796 + fb97cc4 commit 0606102Copy full SHA for 0606102
lapack-netlib/SRC/Makefile
@@ -85,7 +85,7 @@ ALLAUX_O = ilaenv.o ilaenv2stage.o ieeeck.o lsamen.o xerbla.o xerbla_array.o \
85
../INSTALL/ilaver.o ../INSTALL/lsame.o ../INSTALL/slamch.o
86
87
ifneq "$(or $(BUILD_SINGLE),$(BUILD_COMPLEX))" ""
88
-SCLAUX = \
+SCLAUX = la_constants.o \
89
sbdsvdx.o sstevx.o sstein.o \
90
sbdsdc.o \
91
sbdsqr.o sdisna.o slabad.o slacpy.o sladiv.o slae2.o slaebz.o \
@@ -106,7 +106,7 @@ SCLAUX = \
106
endif
107
108
ifneq "$(or $(BUILD_DOUBLE),$(BUILD_COMPLEX16))" ""
109
-DZLAUX = \
+DZLAUX = la_constants.o\
110
dcombssq.o \
111
dbdsvdx.o dstevx.o dstein.o \
112
dbdsdc.o \
0 commit comments