guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: onnx: Fix build.


From: guix-commits
Subject: branch master updated: gnu: onnx: Fix build.
Date: Sat, 14 Dec 2024 16:32:51 -0500

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 07ce86b65d gnu: onnx: Fix build.
07ce86b65d is described below

commit 07ce86b65dfd4e0ad4dc19853f882949611025c4
Author: Danny Milosavljevic <dannym@friendly-machines.com>
AuthorDate: Sat Dec 14 22:32:06 2024 +0100

    gnu: onnx: Fix build.
    
    * gnu/packages/machine-learning.scm (onnx)[native-inputs]: Add
    python-setuptools, python-wheel.
    
    Change-Id: I80dbd5fff26c6afe3a496228f7c02c38efe7d3e0
---
 gnu/packages/machine-learning.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 583a1181c9..1fe5923d79 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1426,7 +1426,9 @@ in terms of new algorithms.")
             python-fb-re2
             python-parameterized-next
             python-pytest
-            python-pytest-runner)
+            python-pytest-runner
+            python-setuptools
+            python-wheel)
       (filter
        (lambda (pkg)
          (member (or (%current-target-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]