[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/13: gnu: Add pybind11-2.10.
From: |
guix-commits |
Subject: |
02/13: gnu: Add pybind11-2.10. |
Date: |
Mon, 8 Jan 2024 02:57:19 -0500 (EST) |
rekado pushed a commit to branch wip-python-science
in repository guix.
commit 777eb114bbb8d7459b8b9029d06fc6e9b559c0de
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jan 6 11:24:39 2024 +0100
gnu: Add pybind11-2.10.
* gnu/packages/python-xyz.scm (pybind11-2.10): New variable.
Change-Id: Ia7915af3baca36b0677d3f762046585abc473f56
---
gnu/packages/python-xyz.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e640e7ce49..07cc09bdb2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25398,6 +25398,22 @@ library: to minimize boilerplate code in traditional
extension modules by
inferring type information using compile-time introspection.")
(license license:bsd-3)))
+;; Needed for scipy
+(define-public pybind11-2.10
+ (package
+ (inherit pybind11)
+ (name "pybind11")
+ (version "2.10.4")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/pybind/pybind11")
+ (commit (string-append "v" version))))
+ (sha256
+ (base32
+ "0rbcfvl7y472sykzdq3vrkw83kar0lpzhk3wq9yj9cdydl8cpfcz"))
+ (file-name (git-file-name name version))))))
+
;; This is needed for python-vaex-core.
(define-public pybind11-2.3
(package
- branch wip-python-science created (now 26f848f58f), guix-commits, 2024/01/08
- 03/13: gnu: python-doit: Update to 0.36.0., guix-commits, 2024/01/08
- 06/13: gnu: meson-python: Update to 0.15.0., guix-commits, 2024/01/08
- 02/13: gnu: Add pybind11-2.10.,
guix-commits <=
- 01/13: gnu: Add python-cython-0.29.35., guix-commits, 2024/01/08
- 04/13: gnu: Add python-pyproject-metadata-0.7., guix-commits, 2024/01/08
- 07/13: gnu: python-scipy: Update to 1.11.4., guix-commits, 2024/01/08
- 05/13: gnu: Add python-pydevtool., guix-commits, 2024/01/08
- 11/13: gnu: python-lazy-loader: Update to 0.3., guix-commits, 2024/01/08
- 10/13: gnu: python-tifffile: Update to 2023.12.9., guix-commits, 2024/01/08
- 12/13: gnu: python-imageio: Update to 2.33.1., guix-commits, 2024/01/08
- 09/13: gnu: Add python-telomerecat., guix-commits, 2024/01/08
- 13/13: gnu: python-scikit-image: Update to 0.22.0., guix-commits, 2024/01/08
- 08/13: gnu: Add python-parabam., guix-commits, 2024/01/08