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:
Andy Tai 2025-03-05 23:35:40 -08:00 committed by Nicolas Goaziou
parent 170faebcf5
commit 9b50aa9bfc
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")