mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add dmlc-core-next, as head of main branch of dmlc-core.
* gnu/packages/machine-learning.scm (dmlc-core-next): New variable. Change-Id: Icf608b45b69cf020c213696644412664ba935e6d Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
170faebcf5
commit
9b50aa9bfc
1 changed files with 18 additions and 0 deletions
|
@ -3783,6 +3783,24 @@ offers the bricks to build efficient and scalable distributed machine
|
|||
learning libraries.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public dmlc-core-next
|
||||
;; Apache Tvm needs the latest code from git commits in May 2024 or later.
|
||||
(let ((commit "13341857549852a9a86b1894b5ba84c6276ab381")
|
||||
(revision "1"))
|
||||
(package
|
||||
(inherit dmlc-core)
|
||||
(name "dmlc-core")
|
||||
(version (git-version "0.5" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/dmlc/dmlc-core")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1hj6h103lal3cm5mnry9lrm3d7aij89rxv46yv6y49vzd5hbnfbd")))))))
|
||||
|
||||
(define-public xgboost
|
||||
(package
|
||||
(name "xgboost")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue