GNU bug report logs - #75708
[PATCH 00/11] Update PyTorch to 2.5.1

Previous Next

Package: guix-patches;

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

Date: Mon, 20 Jan 2025 23:31:04 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #56 received at 75708 <at> debbugs.gnu.org (full text, mbox):

From: David Elsing <david.elsing <at> posteo.net>
To: 75708 <at> debbugs.gnu.org
Cc: David Elsing <david.elsing <at> posteo.net>
Subject: [PATCH v2 06/14] gnu: Add pybind11-2.13.
Date: Wed, 22 Jan 2025 18:32:17 +0000
* gnu/packages/python-xyz.scm (pybind11-2.13): New variable.
---
 gnu/packages/python-xyz.scm | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1c4273b05d..0ecefa8df2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -153,7 +153,7 @@
 ;;; Copyright © 2024 Adriel Dumas--Jondeau <leirda <at> disroot.org>
 ;;; Copyright © 2024 Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
 ;;; Copyright © 2024 TakeV <takev <at> disroot.org>
-;;; Copyright © 2024 David Elsing <david.elsing <at> posteo.net>
+;;; Copyright © 2024, 2025 David Elsing <david.elsing <at> posteo.net>
 ;;; Copyright © 2024 Rick Huijzer <ikbenrickhuyzer <at> gmail.com>
 ;;; Copyright © 2024 Peter Kannewitz <petre-vps <at> posteo.net>
 ;;; Copyright © 2024 Aaron Covrig <aaron.covrig.us <at> ieee.org>
@@ -29009,6 +29009,22 @@ (define-public pybind11
 inferring type information using compile-time introspection.")
     (license license:bsd-3)))
 
+;; Needed for python-optree
+(define-public pybind11-2.13
+  (package
+    (inherit pybind11)
+    (name "pybind11")
+    (version "2.13.6")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/pybind/pybind11")
+                    (commit (string-append "v" version))))
+              (sha256
+               (base32
+                "1dbnki0pnky39kr04afd9ks597bzjc530zbk33jjss53nfvdvlj8"))
+              (file-name (git-file-name name version))))))
+
 ;; Needed for scipy
 (define-public pybind11-2.10
   (package
-- 
2.46.0





This bug report was last modified 172 days ago.

Previous Next


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