removed dependence on libtraceback
implemented our own traceback after error by attaching gdb
This commit is contained in:
@@ -24,13 +24,11 @@ AM_CXXFLAGS += -DNO_STRASSEN -DFORTRAN_
|
||||
|
||||
AM_CXXFLAGS += $(CBLASOPT) $(CLAPACKOPT)
|
||||
AM_CXXFLAGS += $(MKLOPT)
|
||||
AM_CXXFLAGS += $(TRACEBACKOPT)
|
||||
#AM_LDFLAGS += .libs/libla.a
|
||||
AM_LDFLAGS += $(CBLASLIB)
|
||||
AM_LDFLAGS += $(BLASLIB)
|
||||
AM_LDFLAGS += $(ATLASLIB)
|
||||
AM_LDFLAGS += $(MKLLIB)
|
||||
AM_LDFLAGS += $(CUDALIBS)
|
||||
AM_LDFLAGS += $(TRACEBACKLIB)
|
||||
|
||||
include $(top_srcdir)/aminclude.am
|
||||
|
||||
Reference in New Issue
Block a user