add package parameter to all calls, test pass in mac

This commit is contained in:
tqchen@graphlab.com
2014-08-25 22:25:03 -07:00
parent 7297c0a92b
commit a1f1015ae1
3 changed files with 22 additions and 22 deletions

View File

@@ -7,7 +7,7 @@ PKG_CPPFLAGS = -O3 -Wno-unknown-pragmas -DXGBOOST_CUSTOMIZE_ERROR_ -fPIC $(SH
PKG_LIBS = $(SHLIB_OPENMP_CFLAGS)
ifeq ($(no_omp),1)
PKG_CPPFLAGS += -D -DDISABLE_OPENMP
PKG_CPPFLAGS += -DDISABLE_OPENMP
endif
CXXOBJ= xgboost_wrapper.o xgboost_io.o