guix-commits
[Top][All Lists]
Advanced

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

03/13: gnu: python-onnx: Delete bundled software.


From: guix-commits
Subject: 03/13: gnu: python-onnx: Delete bundled software.
Date: Fri, 30 Jul 2021 19:04:25 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit bb5b6b09dcea95ea65797a897fcef143835cedcb
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Fri Jul 30 17:01:54 2021 +0200

    gnu: python-onnx: Delete bundled software.
    
    * gnu/packages/machine-learning.scm (python-onnx)[source]: Delete
    the 'third_party' directory.
---
 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 108bcbd..268ec9b 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -591,7 +591,9 @@ in terms of new algorithms.")
        (uri (pypi-uri "onnx" version))
        (patches (search-patches "python-onnx-use-system-googletest.patch"))
        (sha256
-        (base32 "0yjv2axz2vc2ysniwislsp53fsb8f61y1warrr2ppn2d9ijml1d9"))))
+        (base32 "0yjv2axz2vc2ysniwislsp53fsb8f61y1warrr2ppn2d9ijml1d9"))
+       (modules '((guix build utils)))
+       (snippet '(delete-file-recursively "third_party"))))
     (build-system python-build-system)
     (native-inputs
      `(("cmake" ,cmake)



reply via email to

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