~ruther/guix-local

9b50aa9bfc61addbf0d4760ac9c09d76e56d906b — Andy Tai 1 year, 4 months ago 170faeb
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>
1 files changed, 18 insertions(+), 0 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +18 -0
@@ 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")