From 3ac3ca367af7ecdd40b3ee304436f0018b059ce4 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 30 Jul 2021 11:30:54 +0200 Subject: 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/patches/python-onnx-use-system-googletest.patch | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu/packages/patches/python-onnx-use-system-googletest.patch') 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 -- cgit v1.2.3