Fix failures on R hub and Win builder. (#7763)

* Update date.
* Workaround amalgamation build with clang. (SimpleDMatrix instantiation)
* Workaround compiler error with driver push.
* Revert autoconf requirement.
* Fix model IO on 32-bit environment. (i386)
* Clarify the function name.
This commit is contained in:
Jiaming Yuan
2022-03-30 07:14:33 +08:00
committed by GitHub
parent a50b84244e
commit d4796482b5
7 changed files with 629 additions and 1188 deletions

View File

@@ -2,7 +2,7 @@ Package: xgboost
Type: Package
Title: Extreme Gradient Boosting
Version: 1.6.0.1
Date: 2021-09-25
Date: 2022-03-29
Authors@R: c(
person("Tianqi", "Chen", role = c("aut"),
email = "tianqi.tchen@gmail.com"),

1795
R-package/configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
### configure.ac -*- Autoconf -*-
AC_PREREQ(2.71)
AC_PREREQ(2.69)
AC_INIT([xgboost],[1.6-0],[],[xgboost],[])