ok I don't know why this fails ...
Search Criteria
Package Details: xgboost-git r6119.b05abfc49-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xgboost-git.git (read-only, click to copy) |
---|---|
Package Base: | xgboost-git |
Description: | An optimized distributed gradient boosting library designed to be highly efficient, flexible and portable |
Upstream URL: | https://github.com/dmlc/xgboost |
Licenses: | Apache |
Conflicts: | xgboost |
Provides: | xgboost |
Submitter: | jyantis |
Maintainer: | ixaphire |
Last Packager: | ixaphire |
Votes: | 13 |
Popularity: | 0.000000 |
First Submitted: | 2015-01-09 00:13 (UTC) |
Last Updated: | 2022-12-28 20:29 (UTC) |
Dependencies (2)
- python-setuptools (make)
- python-xgboost-gitAUR (optional) – Python 3 Wrapper
Required by (2)
- python-xgboost-git (requires xgboost)
- tvm (requires xgboost) (optional)
Sources (5)
dwalz commented on 2017-12-01 07:27 (UTC)
dwalz commented on 2017-12-01 07:26 (UTC)
:: resolving dependencies...
:: no results found for xgboost (dependency tree: python-xgboost-git xgboost)
Shouldn't it be xgboost-git?
ixaphire commented on 2017-10-11 00:15 (UTC)
> Is GPU support enabled?
Unfortunately, no.
383IGLkvPl commented on 2017-10-09 23:05 (UTC)
Is GPU support enabled?
stephencox commented on 2017-02-18 18:07 (UTC)
My git config had autocrlf set...
ixaphire commented on 2017-01-20 20:06 (UTC)
That's very strange, PKGBUILD doesn't contain CRLF, and checksums are correct. What commands do you run to get this output? It should be something like git clone https://aur.archlinux.org/xgboost-git.git /tmp/xgboost && cd /tmp/xgboost && makepkg.
Btw, python_no_libs.patch couldn't be applied to the latest version of xgboost, I've fixed it just now.
stephencox commented on 2017-01-20 16:46 (UTC) (edited on 2017-01-20 16:48 (UTC) by stephencox)
I first get the following:
:: Checking xgboost-git integrity...
==> ERROR: PKGBUILD contains CRLF characters and cannot be sourced.
==> ERROR: An unknown error has occurred. Exiting...
:: failed to verify xgboost-git integrity
The I get:
-> Updating rabit git repo...
Fetching origin
-> Found python_no_libs.patch
==> Validating source files with sha256sums...
xgboost ... Skipped
dmlc-core ... Skipped
rabit ... Skipped
python_no_libs.patch ... FAILED
==> ERROR: One or more files did not pass the validity check!
ixaphire commented on 2016-12-30 12:02 (UTC)
Fixed, ty
tomekster commented on 2016-12-29 22:30 (UTC)
It failed for me to compile in a similar way as for kandirali77:
==> Starting prepare()...
Submodule 'dmlc-core' (https://github.com/dmlc/dmlc-core) registered for path 'dmlc-core'
Submodule 'rabit' (https://github.com/dmlc/rabit) registered for path 'rabit'
Cloning into '/home/tomasz/xgboost-git/src/xgboost/dmlc-core'...
done.
Cloning into '/home/tomasz/xgboost-git/src/xgboost/rabit'...
done.
Submodule path 'dmlc-core': checked out '78b78be34ac27d30f2193f3d51848c62887669c4'
Submodule path 'rabit': checked out 'a9a2a69dc1144180a43f7d2d1097264482be7817'
patching file python-package/setup.py
Hunk #2 FAILED at 26.
1 out of 2 hunks FAILED -- saving rejects to file python-package/setup.py.rej
patching file python-package/xgboost/libpath.py
==> ERROR: A failure occurred in prepare().
Aborting...
ixaphire commented on 2016-09-04 11:43 (UTC)
Fixed, ty
Pinned Comments
ixaphire commented on 2020-06-13 01:28 (UTC)
The PKGBUILD contains two flags:
_with_r
and_with_cuda
, both are set to false by default. Set _with_r=true to build the R-xgboost package. Set _with_cuda=true to build xgboost with CUDA support.