File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ lapack_prebuild :
264
264
ifeq ($(NOFORTRAN ) , $(filter 0,$(NOFORTRAN ) ) )
265
265
-@echo "FC = $(FC)" > $(NETLIB_LAPACK_DIR)/make.inc
266
266
-@echo "FFLAGS = $(LAPACK_FFLAGS)" >> $(NETLIB_LAPACK_DIR)/make.inc
267
+ -@echo "FFLAGS_DRV = $(LAPACK_FFLAGS)" >> $(NETLIB_LAPACK_DIR)/make.inc
267
268
-@echo "POPTS = $(LAPACK_FPFLAGS)" >> $(NETLIB_LAPACK_DIR)/make.inc
268
269
-@echo "FFLAGS_NOOPT = -O0 $(LAPACK_NOOPT)" >> $(NETLIB_LAPACK_DIR)/make.inc
269
270
-@echo "PNOOPT = $(LAPACK_FPFLAGS) -O0" >> $(NETLIB_LAPACK_DIR)/make.inc
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ SGEMMKERNEL = sgemm_kernel_16x8_power8.S
12
12
SGEMMINCOPY = ../generic/gemm_ncopy_16.c
13
13
SGEMMITCOPY = sgemm_tcopy_16_power8.S
14
14
SGEMMONCOPY = ../generic/gemm_ncopy_8.c
15
- SGEMMOTCOPY = sgemm_tcopy_8_power8.S
15
+ SGEMMOTCOPY = sgemm_tcopy_8_power8.S
16
16
SGEMMINCOPYOBJ = sgemm_incopy$(TSUFFIX).$(SUFFIX)
17
17
SGEMMITCOPYOBJ = sgemm_itcopy$(TSUFFIX).$(SUFFIX)
18
18
SGEMMONCOPYOBJ = sgemm_oncopy$(TSUFFIX).$(SUFFIX)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ SGEMMKERNEL = sgemm_kernel_power9.S
16
16
SGEMMINCOPY = ../generic/gemm_ncopy_16.c
17
17
SGEMMITCOPY = sgemm_tcopy_16_power8.S
18
18
SGEMMONCOPY = ../generic/gemm_ncopy_8.c
19
- SGEMMOTCOPY = sgemm_tcopy_8_power8.S
19
+ SGEMMOTCOPY = sgemm_tcopy_8_power8.S
20
20
SGEMMINCOPYOBJ = sgemm_incopy$(TSUFFIX).$(SUFFIX)
21
21
SGEMMITCOPYOBJ = sgemm_itcopy$(TSUFFIX).$(SUFFIX)
22
22
SGEMMONCOPYOBJ = sgemm_oncopy$(TSUFFIX).$(SUFFIX)
You can’t perform that action at this time.
0 commit comments