xgboost/rabit
Tong He e6696337e4 Fix CRAN check for lintr (#3372)
* fix CRAN check

* Update submodules dmlc-core and rabit

* Add kintr to rmingw test
2018-06-18 12:53:52 -07:00

9 lines
405 B
Plaintext

tree ad554a5bdc9e9cafd3560e1473ed8c806ee4fb5a
parent fc5072b1000294e9c10487f5f535b3aa4e2c50be
author Philip Hyunsu Cho <chohyu01@cs.washington.edu> 1529127226 -0700
committer Tianqi Chen <tqchen@users.noreply.github.com> 1529127226 -0700
Don't define DMLC_LOG_STACK_TRACE on Solaris (#59)
DMLC_LOG_STACK_TRACE involves use of non-standard header execinfo.h, which
causes compilation failure on Solaris.