GNU bug report logs - #72471
[PATCH 00/24] Update PyTorch and dependencies

Previous Next

Package: guix-patches;

Reported by: David Elsing <david.elsing <at> posteo.net>

Date: Sun, 4 Aug 2024 22:14:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludovic.courtes <at> inria.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: David Elsing <david.elsing <at> posteo.net>
To: 72471 <at> debbugs.gnu.org
Cc: David Elsing <david.elsing <at> posteo.net>
Subject: [bug#72471] [PATCH 14/24] gnu: Remove onnx-optimizer-for-torch2.
Date: Sun,  4 Aug 2024 22:15:52 +0000
* gnu/packages/machine-learning.scm (onnx-optimizer-for-torch2): Delete variable.
---
 gnu/packages/machine-learning.scm | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 71683c4df6..b9a128dd1b 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1496,14 +1496,6 @@ (define-public onnx-optimizer
 with a single function call.")
     (license license:expat)))
 
-(define-public onnx-optimizer-for-torch2
-  (hidden-package
-   (package
-     (inherit onnx-optimizer)
-     (inputs
-      (modify-inputs (package-inputs onnx-optimizer)
-        (replace "onnx" onnx-for-torch2))))))
-
 (define-public rxcpp
   (package
     (name "rxcpp")
-- 
2.45.1





This bug report was last modified 260 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.