[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/53: gnu: Add pybind11-2.10.
|
From: |
guix-commits |
|
Subject: |
02/53: gnu: Add pybind11-2.10. |
|
Date: |
Thu, 11 Jan 2024 09:42:54 -0500 (EST) |
rekado pushed a commit to branch wip-python-science
in repository guix.
commit 518287d529162bc6bf6f091d556ae9388617f2ba
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
- 34/53: gnu: python-pint: Update to 0.23., (continued)
- 34/53: gnu: python-pint: Update to 0.23., guix-commits, 2024/01/11
- 43/53: gnu: python-metpy: Update to 1.6.0., guix-commits, 2024/01/11
- 42/53: gnu: python-pint: Add missing input., guix-commits, 2024/01/11
- 48/53: gnu: python-scikit-bio: Update to 0.5.9., guix-commits, 2024/01/11
- 03/53: gnu: python-doit: Update to 0.36.0., guix-commits, 2024/01/11
- 01/53: gnu: Add python-cython-0.29.35., guix-commits, 2024/01/11
- 08/53: gnu: python-tifffile: Update to 2023.12.9., guix-commits, 2024/01/11
- 18/53: gnu: python-kiwisolver: Update to 1.4.5., guix-commits, 2024/01/11
- 15/53: gnu: python-pynndescent: Update to 0.5.11., guix-commits, 2024/01/11
- 16/53: gnu: python-umap-learn: Update to 0.5.5., guix-commits, 2024/01/11
- 02/53: gnu: Add pybind11-2.10.,
guix-commits <=
- 12/53: gnu: python-pypng: Update to 0.20220715.0., guix-commits, 2024/01/11
- 31/53: gnu: cnvkit: Update to 0.9.10., guix-commits, 2024/01/11
- 32/53: gnu: python-plastid: Update to 0.6.1., guix-commits, 2024/01/11
- 36/53: gnu: python-cartopy: Update to 0.22.0., guix-commits, 2024/01/11
- 30/53: gnu: python-reportlab: Update to 4.0.8., guix-commits, 2024/01/11
- 39/53: gnu: python-scikit-optimize: Make compatible with latest sklearn., guix-commits, 2024/01/11
- 44/53: gnu: Add python-asyncinject., guix-commits, 2024/01/11
- 52/53: gnu: python-xarray: Update to 2023.12.0., guix-commits, 2024/01/11
- 53/53: gnu: python-dask: Propagate click., guix-commits, 2024/01/11
- 51/53: gnu: python-telomerecat: Disable tests., guix-commits, 2024/01/11