diff options
| author | Gabriel Wicki <gabriel@erlikon.ch> | 2026-03-05 13:41:12 +0100 |
|---|---|---|
| committer | Gabriel Wicki <gabriel@erlikon.ch> | 2026-03-05 15:53:36 +0100 |
| commit | f86ff1db98ebf80abcde89b698b705dc89bf7cea (patch) | |
| tree | 81dfc9f77bf2d79e82cf98c37035ab6e60ac6559 /gnu/packages/python-xyz.scm | |
| parent | 13346ec997dbf651b1775e44f7569d87053c44cf (diff) | |
gnu: Pin old pybind11 version.
* gnu/packages/python-xyz.scm (pybind11): Move definition to (pybind11-2).
(python-awkward-cpp, python-contourpy, python-hnswlib, python-dm-tree,
python-matplotlib, python-pikepdf, python-optree, python-fusepy): Change
reference to pybind11-2.
* gnu/packages/astronomy.scm (aoflagger, python-galsim, python-pyclp),
gnu/packages/bioinformatics.scm (python-metacells, python-strawc,
python-coolbox, python-pyspoa, python-scvelo),
gnu/packages/chemistry.scm (avogadrolibs),
gnu/packages/computer-architecture.scm (gem5),
gnu/packages/duckdb.scm (python-duckdb),
gnu/packages/electronics.scm (nextpnr, prjtrellis),
gnu/packages/engineering.scm (python-orocos-kinematics-dynamics),
gnu/packages/geo.scm (ogs-serial),
gnu/packages/graphics.scm (openshadinglanguage, openimageio),
gnu/packages/image-processing.scm (opencolorio),
gnu/packages/machine-learning.scm (python-fasttext, python-ml-dtypes, onnx,
onnx-optimizer, onnxruntime, dlib, tensorflow-lite, tensorpipe,
python-pytorch, python-torchvision, python-ctranslate2, python-hmmlearn,
python-dlib),
gnu/packages/maths.scm (python-accupy, python-ducc0),
gnu/packages/networking.scm (libcamera),
gnu/packages/opencl.scm (python-pyopencl),
gnu/packages/package-management.scm (python-libmambapy),
gnu/packages/physics.scm (python-brille, python-gofit),
gnu/packages/python-check.scm (python-xdoctest),
gnu/packages/python-science.scm (pyre, python-boost-histogram, python-cvxpy,
python-iminuit, python-osqp, python-pyamg, python-qdldl,
python-scikit-build-core, python-scipy, python-vaex-core, python-pyfma),
gnu/packages/radio.scm (gnuradio, gr-osmosdr, gr-dsd, gr-iqbal,
gr-satellites, limesuite-ng),
gnu/packages/simulation.scm (fenics, python-dolfin-adjoint),
gnu/packages/statistics.scm (python-diptest, python-george),
gnu/packages/syndication.scm (syndication-domination): Change reference to pybind11-2.
Change-Id: Ib6abc8580fc2b4c35172f251ff6ba7d80ced4b7b
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0ec525b8f9b..59921e00f9b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -542,7 +542,7 @@ compare against a vast section of other version formats.") | |||
| 542 | ;; tests: 22304 passed, 524 skipped | 542 | ;; tests: 22304 passed, 524 skipped |
| 543 | (native-inputs | 543 | (native-inputs |
| 544 | (list cmake-minimal | 544 | (list cmake-minimal |
| 545 | pybind11 | 545 | pybind11-2 |
| 546 | python-pytest | 546 | python-pytest |
| 547 | python-scikit-build-core)) | 547 | python-scikit-build-core)) |
| 548 | (propagated-inputs | 548 | (propagated-inputs |
| @@ -3374,7 +3374,7 @@ into dataclasses.") | |||
| 3374 | ;; Tests that pass but avoided for load reasons. | 3374 | ;; Tests that pass but avoided for load reasons. |
| 3375 | "-k" "not test_filled_random_big and not test_lines_random_big"))) | 3375 | "-k" "not test_filled_random_big and not test_lines_random_big"))) |
| 3376 | (native-inputs | 3376 | (native-inputs |
| 3377 | (list pybind11 | 3377 | (list pybind11-2 |
| 3378 | python-meson | 3378 | python-meson |
| 3379 | python-pytest | 3379 | python-pytest |
| 3380 | python-wurlitzer)) | 3380 | python-wurlitzer)) |
| @@ -5483,7 +5483,7 @@ interface utility to parse @url{https://hjson.github.io/, HJSON}) documents.") | |||
| 5483 | ((", '-march=native'") | 5483 | ((", '-march=native'") |
| 5484 | ""))))))) | 5484 | ""))))))) |
| 5485 | (native-inputs | 5485 | (native-inputs |
| 5486 | (list pybind11 | 5486 | (list pybind11-2 |
| 5487 | python-pytest | 5487 | python-pytest |
| 5488 | python-setuptools)) | 5488 | python-setuptools)) |
| 5489 | (propagated-inputs | 5489 | (propagated-inputs |
| @@ -9242,7 +9242,7 @@ browser.") | |||
| 9242 | (native-inputs | 9242 | (native-inputs |
| 9243 | (list python-setuptools)) | 9243 | (list python-setuptools)) |
| 9244 | (inputs | 9244 | (inputs |
| 9245 | (list pybind11 | 9245 | (list pybind11-2 |
| 9246 | static-abseil-cpp | 9246 | static-abseil-cpp |
| 9247 | python)) | 9247 | python)) |
| 9248 | (propagated-inputs | 9248 | (propagated-inputs |
| @@ -12075,7 +12075,7 @@ comparison. | |||
| 12075 | (native-inputs | 12075 | (native-inputs |
| 12076 | (list pkg-config | 12076 | (list pkg-config |
| 12077 | python-meson | 12077 | python-meson |
| 12078 | pybind11 | 12078 | pybind11-2 |
| 12079 | python-pytest | 12079 | python-pytest |
| 12080 | python-pytest-timeout | 12080 | python-pytest-timeout |
| 12081 | python-pytest-xdist | 12081 | python-pytest-xdist |
| @@ -12812,7 +12812,7 @@ Python list with elements of type @code{PIL.Image} (from the | |||
| 12812 | (base32 "0hpnb63xp8yaflah3i1z5azh6mg36rz0liy27km47417w2q72v0c")))) | 12812 | (base32 "0hpnb63xp8yaflah3i1z5azh6mg36rz0liy27km47417w2q72v0c")))) |
| 12813 | (build-system pyproject-build-system) | 12813 | (build-system pyproject-build-system) |
| 12814 | (native-inputs | 12814 | (native-inputs |
| 12815 | (list pybind11 | 12815 | (list pybind11-2 |
| 12816 | python-attrs | 12816 | python-attrs |
| 12817 | python-hypothesis | 12817 | python-hypothesis |
| 12818 | python-setuptools-scm | 12818 | python-setuptools-scm |
| @@ -14588,7 +14588,7 @@ connect strings, then issue SQL commands within IPython or IPython Notebook.") | |||
| 14588 | python-setuptools | 14588 | python-setuptools |
| 14589 | python-wheel | 14589 | python-wheel |
| 14590 | cmake-minimal | 14590 | cmake-minimal |
| 14591 | pybind11)) | 14591 | pybind11-2)) |
| 14592 | (home-page "https://github.com/metaopt/optree") | 14592 | (home-page "https://github.com/metaopt/optree") |
| 14593 | (synopsis "Optimized PyTree Utilities") | 14593 | (synopsis "Optimized PyTree Utilities") |
| 14594 | (description "This package contains operations on PyTrees (a tree made of | 14594 | (description "This package contains operations on PyTrees (a tree made of |
| @@ -26645,7 +26645,7 @@ commit, but it also includes some other useful statistics.") | |||
| 26645 | binding is created using the standard @code{ctypes} library.") | 26645 | binding is created using the standard @code{ctypes} library.") |
| 26646 | (license license:isc))) | 26646 | (license license:isc))) |
| 26647 | 26647 | ||
| 26648 | (define-public pybind11 | 26648 | (define-public pybind11-2 |
| 26649 | (package | 26649 | (package |
| 26650 | (name "pybind11") | 26650 | (name "pybind11") |
| 26651 | (version "2.13.6") | 26651 | (version "2.13.6") |
