guix-commits
[Top][All Lists]
Advanced

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

02/13: gnu: python-onnx: Move comment to the patch header.


From: guix-commits
Subject: 02/13: gnu: python-onnx: Move comment to the patch header.
Date: Fri, 30 Jul 2021 19:04:25 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 3ac3ca367af7ecdd40b3ee304436f0018b059ce4
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Fri Jul 30 11:30:54 2021 +0200

    gnu: python-onnx: Move comment to the patch header.
    
    * gnu/packages/machine-learning.scm (python-onnx): Move patch comment to...
    * gnu/packages/patches/python-onnx-use-system-googletest.patch: ... here.
---
 gnu/packages/machine-learning.scm                            | 2 --
 gnu/packages/patches/python-onnx-use-system-googletest.patch | 3 +++
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 9ac1a79..108bcbd 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -589,8 +589,6 @@ in terms of new algorithms.")
      (origin
        (method url-fetch)
        (uri (pypi-uri "onnx" version))
-       ;; ONNX will build googletest from a git checkout.  Patch CMake
-       ;; to use googletest from Guix and enable tests by default.
        (patches (search-patches "python-onnx-use-system-googletest.patch"))
        (sha256
         (base32 "0yjv2axz2vc2ysniwislsp53fsb8f61y1warrr2ppn2d9ijml1d9"))))
diff --git a/gnu/packages/patches/python-onnx-use-system-googletest.patch 
b/gnu/packages/patches/python-onnx-use-system-googletest.patch
index 33d2fa1..5dfcbc6 100644
--- a/gnu/packages/patches/python-onnx-use-system-googletest.patch
+++ b/gnu/packages/patches/python-onnx-use-system-googletest.patch
@@ -1,3 +1,6 @@
+ONNX will build googletest from a Git checkout.  Patch CMake to use our
+googletest package and enable tests by default.
+
 diff --git a/CMakeLists.txt b/CMakeLists.txt
 index 0aa9fda2..a573170c 100644
 --- a/CMakeLists.txt



reply via email to

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