me
/
guix
Archived
1
0
Fork 0

gnu: python-onnx: Delete bundled software.

* gnu/packages/machine-learning.scm (python-onnx)[source]: Delete
the 'third_party' directory.
Ludovic Courtès 2021-07-30 17:01:54 +02:00 committed by Ludovic Courtès
parent 3ac3ca367a
commit bb5b6b09dc
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 1 deletions

View File

@ -591,7 +591,9 @@ in terms of new algorithms.")
(uri (pypi-uri "onnx" version))
(patches (search-patches "python-onnx-use-system-googletest.patch"))
(sha256
(base32 "0yjv2axz2vc2ysniwislsp53fsb8f61y1warrr2ppn2d9ijml1d9"))))
(base32 "0yjv2axz2vc2ysniwislsp53fsb8f61y1warrr2ppn2d9ijml1d9"))
(modules '((guix build utils)))
(snippet '(delete-file-recursively "third_party"))))
(build-system python-build-system)
(native-inputs
`(("cmake" ,cmake)