change windows
This commit is contained in:
parent
e83090a579
commit
4d5ec01cd3
@ -2,10 +2,11 @@
|
||||
PKGROOT=../../
|
||||
# _*_ mode: Makefile; _*_
|
||||
CXX=`"${R_HOME}/bin/Rcmd" config CXX`
|
||||
TCXXFLAGS=`"${R_HOME}/bin/Rcmd" config CXXFLAGS`
|
||||
# overwrite CXXFLAGS, in order to force evaluate it in windows
|
||||
CXXFLAGS=`"${R_HOME}/bin/Rcmd" config CXXFLAGS`
|
||||
# expose these flags to R CMD SHLIB
|
||||
PKG_CPPFLAGS= -DXGBOOST_CUSTOMIZE_MSG_ -I$(PKGROOT) $(SHLIB_OPENMP_CFLAGS)
|
||||
XGBFLAG= $(TCXXFLAGS) -DXGBOOST_CUSTOMIZE_MSG_ -fPIC $(SHLIB_OPENMP_CFLAGS)
|
||||
XGBFLAG= $(CXXFLAGS) -DXGBOOST_CUSTOMIZE_MSG_ -fPIC $(SHLIB_OPENMP_CFLAGS)
|
||||
PKG_LIBS = $(SHLIB_OPENMP_CFLAGS)
|
||||
|
||||
CXXOBJ= xgboost_wrapper.o xgboost_io.o xgboost_gbm.o xgboost_updater.o
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user