~ruther/guix-local

04eeea17f52e94c3df813b814cda2234d2c6ab87 — Ayan Das 5 months ago 873fc54
gnu: gloo: Update to 0.0.0-4.54cbae0.

* gnu/packages/machine-learning.scm (gloo): Update to commit
54cbae0d3a67fa890b4c3d9ee162b7860315e341.
[source]: Switch upstream URL to https://github.com/pytorch/gloo and update hash.

Change-Id: Ibbea0a6739dc658f9ae147641fe128650f1370b9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 4 insertions(+), 4 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +4 -4
@@ 3635,8 3635,8 @@ project, and it will potentially also do the same for the Lime project.")

(define-public gloo
  (let ((version "0.0.0")                         ; no proper version tag
        (commit "c7b7b022c124d9643957d9bd55f57ac59fce8fa2")
        (revision "3"))
        (commit "54cbae0d3a67fa890b4c3d9ee162b7860315e341")
        (revision "4"))
    (package
      (name "gloo")
      (version (git-version version revision commit))


@@ 3644,12 3644,12 @@ project, and it will potentially also do the same for the Lime project.")
       (origin
         (method git-fetch)
         (uri (git-reference
               (url "https://github.com/facebookincubator/gloo")
               (url "https://github.com/pytorch/gloo")
               (commit commit)))
         (file-name (git-file-name name version))
         (sha256
          (base32
           "0xsp2m2if3g85l0c3cx9l0j3kz36j3kbmz9mai6kchdhrs13r7d5"))))
           "1zixybyma7zpwdawy1qi2d48g9r65wcjjd4j3j2bhlvjymyw03z2"))))
      (build-system cmake-build-system)
      (native-inputs
       (list googletest))