Fixed cmake building bugs on Linux. Disable LAPACK by default.

This commit is contained in:
Zhang Xianyi
2015-08-04 04:37:05 +08:00
parent a55377e9a4
commit 7ac7e147d4
4 changed files with 47 additions and 13 deletions

View File

@@ -119,11 +119,11 @@ XCOPYKERNEL = zcopy.S
endif
ifndef SDOTKERNEL
SDOTKERNEL = ../generic/dot.c
SDOTKERNEL = ../generic/dot.c
endif
ifndef DSDOTKERNEL
DSDOTKERNEL = ../generic/dot.c
DSDOTKERNEL = ../generic/dot.c
endif
ifndef DDOTKERNEL