Fixed cmake building bugs on Linux. Disable LAPACK by default.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user