gnu: python-onnx: Delete bundled software.
* gnu/packages/machine-learning.scm (python-onnx)[source]: Delete the 'third_party' directory.
parent
3ac3ca367a
commit
bb5b6b09dc
|
@ -591,7 +591,9 @@ in terms of new algorithms.")
|
||||||
(uri (pypi-uri "onnx" version))
|
(uri (pypi-uri "onnx" version))
|
||||||
(patches (search-patches "python-onnx-use-system-googletest.patch"))
|
(patches (search-patches "python-onnx-use-system-googletest.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0yjv2axz2vc2ysniwislsp53fsb8f61y1warrr2ppn2d9ijml1d9"))))
|
(base32 "0yjv2axz2vc2ysniwislsp53fsb8f61y1warrr2ppn2d9ijml1d9"))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
(snippet '(delete-file-recursively "third_party"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cmake" ,cmake)
|
`(("cmake" ,cmake)
|
||||||
|
|
Reference in New Issue