[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/47: gnu: Add pybind11-2.10.
From: |
guix-commits |
Subject: |
02/47: gnu: Add pybind11-2.10. |
Date: |
Wed, 10 Jan 2024 14:52:53 -0500 (EST) |
rekado pushed a commit to branch wip-python-science
in repository guix.
commit 60d5fd7ba735deeb432edcb302f9362b749bbf44
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 16adb8c146..69a4d50ccb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25514,6 +25514,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 9fb30db770), guix-commits, 2024/01/10
- 01/47: gnu: Add python-cython-0.29.35., guix-commits, 2024/01/10
- 02/47: gnu: Add pybind11-2.10.,
guix-commits <=
- 10/47: gnu: python-imageio: Update to 2.33.1., guix-commits, 2024/01/10
- 07/47: gnu: python-scipy: Update to 1.11.4., guix-commits, 2024/01/10
- 15/47: gnu: python-scikit-learn: Update to 1.3.2., guix-commits, 2024/01/10
- 16/47: gnu: python-pynndescent: Update to 0.5.11., guix-commits, 2024/01/10
- 17/47: gnu: python-umap-learn: Update to 0.5.5., guix-commits, 2024/01/10
- 18/47: gnu: Add python-cppy., guix-commits, 2024/01/10
- 12/47: gnu: python-afdko: Disable failing test., guix-commits, 2024/01/10
- 19/47: gnu: python-kiwisolver: Update to 1.4.5., guix-commits, 2024/01/10
- 26/47: gnu: python-poliastro: Make compatible with latest matplotlib., guix-commits, 2024/01/10
- 28/47: gnu: tadbit: Add missing input., guix-commits, 2024/01/10