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.
This commit is contained in:
		
							parent
							
								
									5f9dc326d9
								
							
						
					
					
						commit
						3ac3ca367a
					
				
					 2 changed files with 3 additions and 2 deletions
				
			
		|  | @ -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")))) | ||||
|  |  | |||
|  | @ -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
 | ||||
|  |  | |||
		Reference in a new issue