me
/
guix
Archived
1
0
Fork 0

gnu: Add pybind11-2.10.

* gnu/packages/python-xyz.scm (pybind11-2.10): New variable.

Change-Id: Ia7915af3baca36b0677d3f762046585abc473f56
master
Ricardo Wurmus 2024-01-06 11:24:39 +01:00
parent ce451cdcb8
commit 1d91698478
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 16 additions and 0 deletions

View File

@ -25802,6 +25802,22 @@ library: to minimize boilerplate code in traditional extension modules by
inferring type information using compile-time introspection.") inferring type information using compile-time introspection.")
(license license:bsd-3))) (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. ;; This is needed for python-vaex-core.
(define-public pybind11-2.3 (define-public pybind11-2.3
(package (package