removed lapack objects from interface/Makefile
This commit is contained in:
parent
4c1caa7454
commit
189ca1bcee
|
@ -2,11 +2,11 @@ TOPDIR = ..
|
||||||
include $(TOPDIR)/Makefile.system
|
include $(TOPDIR)/Makefile.system
|
||||||
|
|
||||||
ifeq ($(ARCH), x86)
|
ifeq ($(ARCH), x86)
|
||||||
SUPPORT_GEMM3M = 1
|
SUPPORT_GEMM3M = 0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(ARCH), x86_64)
|
ifeq ($(ARCH), x86_64)
|
||||||
SUPPORT_GEMM3M = 1
|
SUPPORT_GEMM3M = 0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(ARCH), ia64)
|
ifeq ($(ARCH), ia64)
|
||||||
|
@ -372,15 +372,15 @@ XLAPACKOBJS = \
|
||||||
xpotf2.$(SUFFIX) xpotrf.$(SUFFIX) xtrti2.$(SUFFIX) xtrtri.$(SUFFIX) \
|
xpotf2.$(SUFFIX) xpotrf.$(SUFFIX) xtrti2.$(SUFFIX) xtrtri.$(SUFFIX) \
|
||||||
xlaswp.$(SUFFIX) xgetrs.$(SUFFIX) xgesv.$(SUFFIX) xpotri.$(SUFFIX) \
|
xlaswp.$(SUFFIX) xgetrs.$(SUFFIX) xgesv.$(SUFFIX) xpotri.$(SUFFIX) \
|
||||||
|
|
||||||
ifneq ($(NO_LAPACK), 1)
|
#ifneq ($(NO_LAPACK), 1)
|
||||||
SBLASOBJS += $(SLAPACKOBJS)
|
#SBLASOBJS += $(SLAPACKOBJS)
|
||||||
DBLASOBJS += $(DLAPACKOBJS)
|
#DBLASOBJS += $(DLAPACKOBJS)
|
||||||
QBLASOBJS += $(QLAPACKOBJS)
|
#QBLASOBJS += $(QLAPACKOBJS)
|
||||||
CBLASOBJS += $(CLAPACKOBJS)
|
#CBLASOBJS += $(CLAPACKOBJS)
|
||||||
ZBLASOBJS += $(ZLAPACKOBJS)
|
#ZBLASOBJS += $(ZLAPACKOBJS)
|
||||||
XBLASOBJS += $(XLAPACKOBJS)
|
#XBLASOBJS += $(XLAPACKOBJS)
|
||||||
|
|
||||||
endif
|
#endif
|
||||||
|
|
||||||
FUNCOBJS = $(SBLASOBJS) $(DBLASOBJS) $(CBLASOBJS) $(ZBLASOBJS)
|
FUNCOBJS = $(SBLASOBJS) $(DBLASOBJS) $(CBLASOBJS) $(ZBLASOBJS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue