Refs #88. Fixed the build bug about LAPACKE C Interface to LAPACKE.

This commit is contained in:
Xianyi Zhang
2012-04-13 23:12:06 +08:00
parent 78914475ae
commit fd2ee0c9e2
7 changed files with 2093 additions and 155 deletions
+2
View File
@@ -538,6 +538,8 @@ endif
ifeq ($(NO_LAPACK), 1)
CCOMMON_OPT += -DNO_LAPACK
#Disable LAPACK C interface
NO_LAPACKE = 1
endif
ifeq ($(NO_LAPACKE), 1)