me
/
guix
Archived
1
0
Fork 0

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.
Ludovic Courtès 2021-07-30 11:30:54 +02:00 committed by Ludovic Courtès
parent 5f9dc326d9
commit 3ac3ca367a
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
2 changed files with 3 additions and 2 deletions

View File

@ -589,8 +589,6 @@ in terms of new algorithms.")
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "onnx" version)) (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")) (patches (search-patches "python-onnx-use-system-googletest.patch"))
(sha256 (sha256
(base32 "0yjv2axz2vc2ysniwislsp53fsb8f61y1warrr2ppn2d9ijml1d9")))) (base32 "0yjv2axz2vc2ysniwislsp53fsb8f61y1warrr2ppn2d9ijml1d9"))))

View File

@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0aa9fda2..a573170c 100644 index 0aa9fda2..a573170c 100644
--- a/CMakeLists.txt --- a/CMakeLists.txt