diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2021-07-30 17:19:34 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-07-31 01:03:24 +0200 |
commit | fa2d94b5e362c684da812d494463d965e601c18d (patch) | |
tree | c1d65cd1497bf947a3d83a064539266e62d06723 /gnu/packages/patches | |
parent | 2b55f914c3198f9b07399d10502fbdb22b7d6e47 (diff) | |
download | guix-fa2d94b5e362c684da812d494463d965e601c18d.tar.gz guix-fa2d94b5e362c684da812d494463d965e601c18d.zip |
gnu: python-onnx: Rename to "onnx".
* gnu/packages/machine-learning.scm (python-onnx): Rename to...
(onnx): ... this, and change 'name' field accordingly.
(python-onnx): New variable.
* gnu/packages/patches/python-onnx-shared-libraries.patch: Rename to...
* gnu/packages/patches/onnx-shared-libraries.patch: ... this.
* gnu/packages/patches/python-onnx-use-system-googletest.patch: Rename
to...
* gnu/packages/patches/onnx-use-system-googletest.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/onnx-shared-libraries.patch (renamed from gnu/packages/patches/python-onnx-shared-libraries.patch) | 0 | ||||
-rw-r--r-- | gnu/packages/patches/onnx-use-system-googletest.patch (renamed from gnu/packages/patches/python-onnx-use-system-googletest.patch) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/gnu/packages/patches/python-onnx-shared-libraries.patch b/gnu/packages/patches/onnx-shared-libraries.patch index 00583b35da..00583b35da 100644 --- a/gnu/packages/patches/python-onnx-shared-libraries.patch +++ b/gnu/packages/patches/onnx-shared-libraries.patch diff --git a/gnu/packages/patches/python-onnx-use-system-googletest.patch b/gnu/packages/patches/onnx-use-system-googletest.patch index 5dfcbc6dc3..5dfcbc6dc3 100644 --- a/gnu/packages/patches/python-onnx-use-system-googletest.patch +++ b/gnu/packages/patches/onnx-use-system-googletest.patch |