mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove pybind11-2.13.
It's the same version as pybind11. * gnu/packages/python-xyz.scm (pybind11-2.13): Delete variable. * gnu/packages/python-xyz.scm (python-optree) [native-inputs]: Remove pybind11-2.13; add pybind11. Change-Id: I3c3a8e37da4dcfff90c23a0392fb474d55ad2a1d
This commit is contained in:
parent
ea5cee19a6
commit
5698a05a07
1 changed files with 1 additions and 17 deletions
|
@ -13997,7 +13997,7 @@ without using the configuration machinery.")
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-wheel
|
python-wheel
|
||||||
cmake-minimal
|
cmake-minimal
|
||||||
pybind11-2.13))
|
pybind11))
|
||||||
(home-page "https://github.com/metaopt/optree")
|
(home-page "https://github.com/metaopt/optree")
|
||||||
(synopsis "Optimized PyTree Utilities")
|
(synopsis "Optimized PyTree Utilities")
|
||||||
(description "This package contains operations on PyTrees (a tree made of
|
(description "This package contains operations on PyTrees (a tree made of
|
||||||
|
@ -29851,22 +29851,6 @@ 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 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
|
;; Needed for scipy
|
||||||
(define-public pybind11-2.10
|
(define-public pybind11-2.10
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue