jakirkham
ac8366654b
Tweak R-package endian message for clarity ( #10654 )
...
---------
Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
2024-08-09 09:33:54 +08:00
jakirkham
757aafc131
Allow external configuration of endianness in R package build ( #10642 )
...
* Allow users to set endianness in R build
* Run `autoreconf -vi`
* Don't use :BOOL suffix
* Use AC_CONFIG_HEADERS
---------
Co-authored-by: Hyunsu Cho <phcho@nvidia.com>
Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
2024-07-29 17:24:29 -07:00
Jiaming Yuan
43a57c4a85
Bump development version to 2.2. ( #10376 )
2024-06-04 12:59:16 +08:00
Jiaming Yuan
58530b1bc4
Bump version to 2.1. ( #9498 )
2023-08-18 01:04:04 +08:00
Jiaming Yuan
803d5e3c4c
Update c++ requirement to 17 for the R package. ( #8860 )
2023-03-01 14:49:39 -08:00
James Lamb
06ba285f71
[R] fix OpenMP detection on macOS ( #8684 )
2023-01-17 05:01:26 +08:00
Jiaming Yuan
f7a2f52136
[R] Get CXX flags from R CMD config. ( #8669 )
2023-01-14 16:48:21 +08:00
Jiaming Yuan
f73520bfff
Bump development version to 2.0. ( #8390 )
2022-10-28 15:21:19 +08:00
Philip Hyunsu Cho
8bb55949ef
Fix building XGBoost with libomp 15 ( #8384 )
2022-10-25 12:01:11 -07:00
Jiaming Yuan
28a466ab51
Fixes for R checks. ( #8330 )
...
- Bump configure.ac version.
- Remove amalgamation to reduce the build time for a single object with the added benefit that we can use parallel build during development.
- Fix c function prototype warning.
- Remove Windows automake file generation step to make the build script easier to understand.
2022-10-20 02:52:54 +08:00
Jiaming Yuan
d4796482b5
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.
2022-03-30 07:14:33 +08:00
Christian Marquardt
39c5616af2
Added CPPFLAGS and LDFLAGS to the testing for OpenMP during R installation from source. ( #7759 )
2022-03-28 19:14:07 +08:00
James Lamb
c686bc0461
[R] remove warning in configure.ac ( fixes #6151 ) ( #6152 )
...
* [R] remove warning in configure.ac (fixes #6151 )
* update configure
2020-09-22 22:47:38 -07:00
Philip Hyunsu Cho
e35ad8a074
[R] Fix duplicated libomp.dylib error on Mac OSX ( #5701 )
2020-05-24 23:37:33 -07:00
James Lamb
f656ef2fed
[R-package] Reduce duplication in configure.ac ( #5693 )
...
* updated configure
2020-05-22 12:15:22 +08:00
Philip Hyunsu Cho
cb3ed404cf
[R] Enable OpenMP with AppleClang in XGBoost R package ( #5240 )
...
* [R] Enable OpenMP with AppleClang in XGBoost R package
* Dramatically simplify install doc
2020-01-28 12:37:22 -08:00
Philip Hyunsu Cho
0c7455276d
[R] Robust endian detection in CRAN xgboost build ( #5232 )
...
* [R] Robust endian detection in CRAN xgboost build
* Check for external backtrace() lib
* Update Makevars.win
2020-01-27 02:55:13 -08:00
Tong He
84a3af8dc0
Fix CRAN check warnings/notes ( #3988 )
...
* fix
* reorder declaration to match initialization
2018-12-12 08:23:20 -06:00
Qiang Kou (KK)
c441d0916e
fix #2228 ( #2238 )
2017-04-29 18:44:08 -07:00
Qiang Kou (KK)
7948d1c799
disable openmp on solaris ( #1912 )
2016-12-28 11:32:56 -08:00
Yixuan Qiu
b14994aeff
[R Package] Use the C++ 11 compiler to test OpenMP flags ( #1881 )
...
* fix segfault when gctorture() is enabled
* use the C++ 11 compiler to test OpenMP flags
* auto-generated configure script
2016-12-16 15:11:06 -08:00
Qiang Kou (KK)
5ebd8fb809
autoconf for solaris ( #1880 )
2016-12-16 21:56:10 +01:00