diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2021-07-30 11:30:54 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-07-31 01:03:23 +0200 |
commit | 3ac3ca367af7ecdd40b3ee304436f0018b059ce4 (patch) | |
tree | 9d01bb6e7719ba3916784de11a51521cfd931dc0 /gnu/packages/patches | |
parent | 5f9dc326d9f6a4948ad30f2d3d554e3135f4727e (diff) | |
download | guix-3ac3ca367af7ecdd40b3ee304436f0018b059ce4.tar.gz |
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.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/python-onnx-use-system-googletest.patch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/patches/python-onnx-use-system-googletest.patch b/gnu/packages/patches/python-onnx-use-system-googletest.patch index 33d2fa12de..5dfcbc6dc3 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 |