2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-19 20:23:02 +00:00
Commit Graph

39 Commits

Author SHA1 Message Date
Someone Serge
471dbe9bcf
treewide: consume config.cudaSupport as required
Eliminate uses of `config.cudaSupport or false` and alike, since the
option is now declared in config.nix with a default value

fd .nix -t f -x sed 's/config\.cudaSupport or false, cudaPackages [?] [{][}]/config.cudaSupport, cudaPackages ? { }/' '{}' -i
fd .nix -t f -x sed 's/config\.cudaSupport or false/config.cudaSupport/' '{}' -i
fd .nix -t f -x sed 's/cudaSupport = pkgs.config.cudaSupport/inherit (pkgs.config) cudaSupport/' '{}' -i
fd .nix -t f -x sed 's/cudaSupport = config.cudaSupport/inherit (config) cudaSupport/' '{}' -i
2023-07-20 18:08:19 +03:00
nviets
74f1e7ac55 xgboost: 1.7.5 -> 1.7.6 2023-06-23 08:59:31 -05:00
nviets
4c0970c216 xgboost: 1.7.4 -> 1.7.5 2023-04-15 10:09:04 -05:00
Rick van Schijndel
fc302c3a81
Merge pull request from nviets/xgboost174
xgboost: 1.7.3 -> 1.7.4
2023-02-25 01:15:33 +01:00
Nathan Viets
69f859f806 xgboost: 1.7.3 -> 1.7.4 2023-02-24 18:25:54 -05:00
Connor Baker
85323f302e xgboost: CMakeLists.txt does not respect CUDA_HOST_COMPILER 2023-02-21 20:30:39 -05:00
nviets
af6061ef1e
xgboost: R package support 2023-02-13 23:24:29 +00:00
Nathan Viets
4e55dd68fa updating xgboost to 1.7.3 2023-01-09 01:06:33 -06:00
Sandro
6586a3d13d
Merge pull request from nviets/xgboost-headers
xgboost: add headers from dmlc-core and rabit
2022-12-15 17:33:33 +01:00
Ben Darwin
a6886cf9b3 xgboost: 1.5.2 -> 1.7.2 2022-12-13 22:14:12 +01:00
Nathan Viets
6450cba8b6 xgboost: adding self to maintainers list 2022-12-13 00:35:57 +01:00
nviets
3a2124ddab
xgboost: add headers from dmlc-core and rabit
Adding headers from dmlc-core and rabit.
2022-08-19 17:15:38 -05:00
Someone Serge
c18e8335e8
xgboost: disable TestXGBoostLib when cudaSupport
...because the test suite includes .cu files so it won't run in the
sandbox, isolated from gpu
2022-05-12 13:12:43 +03:00
Someone Serge
13265d3bba
xgboost: remove nvidia_x11 dependency 2022-05-12 13:08:28 +03:00
sternenseemann
d0fb4235c4 xgboost: fix eval without aliases
See https://github.com/NixOS/nixpkgs/pull/167016#issuecomment-1093953843
2022-04-09 13:55:15 +02:00
Someone Serge
325adc9280
xgboost: fix cmake for cuda>=11.4 2022-04-07 20:19:51 +03:00
R. Ryantm
1526558d4b xgboost: 1.5.1 -> 1.5.2 2022-01-23 22:03:44 +03:00
R. Ryantm
df634a03f5 xgboost: 1.5.0 -> 1.5.1 2022-01-11 18:33:08 +03:00
R. Ryantm
d2d465c960 xgboost: 1.4.1 -> 1.5.0 2021-10-28 05:20:57 +00:00
Robert T. McGibbon
cb21e3d5e4 xgboost: 0.90 -> 1.4.1 2021-05-13 13:48:35 -07:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) ()
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Frederik Rietdijk
b7b6388db6 xgboost: use stdenv.hostPlatform.extensions.sharedLibrary 2019-06-15 10:42:19 +02:00
Nikolay Amiantov
e188f6765a xgboost: 0.72 -> 0.90 2019-06-04 01:36:27 +03:00
Jan Malakhovski
fa4b98ed6e xgboost: move defaults to package file 2019-02-03 15:32:12 +00:00
Jörg Thalheim
218298b30f
Merge branch 'master' into unused5 2018-07-21 15:41:22 +01:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Maximilian Bosch
b9e7469c44
xgboost: 0.7 -> 0.72 2018-07-19 13:27:09 +02:00
Andrew Dunham
92a77abd31 xgboost: Enable building on Darwin ()
* xgboost: Enable building on Darwin

* Review feedback: pass `xgboost` to the python package
2018-03-15 04:17:55 +03:00
Nikolay Amiantov
5e9e30799b xgboost: disable on AArch64
It requires SSE2.
2018-03-13 01:02:28 +03:00
Nikolay Amiantov
eaed0ec08e xgboost: 0.60 -> 0.7
Fixes build error.
2018-03-05 04:55:26 +03:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute ()
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Nikolay Amiantov
0e72026f3e xgboost: 2016-05-14 -> 0.60 2016-08-14 22:37:08 +03:00
Vladimír Čunát
97c484a10f treewide: fix #include errors after gcc-5.4
They were mostly missing <cmath> or <math.h>.
2016-06-19 10:18:30 +02:00
Tuomas Tynkkynen
bac26e08db Fix lots of fetchgit hashes (fallout from ) 2016-06-03 17:17:08 +03:00
Nikolay Amiantov
4cb218b76a xgboost: fix license
Looks like `nix-env -qaP --drv-path` is not enough and one need to
either add `--json` too to catch problems like this... or just use
`nox-review wip`.
2016-05-14 02:38:12 +03:00
Nikolay Amiantov
c403235585 xgboost: init at 2016-05-14 2016-05-14 02:16:13 +03:00