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/radio.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/radio.scm')
| -rw-r--r-- | gnu/packages/radio.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index add35696291..d2b2026a970 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm | |||
| @@ -1042,7 +1042,7 @@ used by RDS Spy, and audio files containing @dfn{multiplex} signals (MPX).") | |||
| 1042 | js-mathjax | 1042 | js-mathjax |
| 1043 | orc | 1043 | orc |
| 1044 | pkg-config | 1044 | pkg-config |
| 1045 | pybind11 | 1045 | pybind11-2 |
| 1046 | python-cheetah | 1046 | python-cheetah |
| 1047 | python-mako | 1047 | python-mako |
| 1048 | python-pyzmq | 1048 | python-pyzmq |
| @@ -1140,7 +1140,7 @@ environment.") | |||
| 1140 | (add-after 'install 'wrap-python | 1140 | (add-after 'install 'wrap-python |
| 1141 | (assoc-ref py:%standard-phases 'wrap))))) | 1141 | (assoc-ref py:%standard-phases 'wrap))))) |
| 1142 | (native-inputs | 1142 | (native-inputs |
| 1143 | (list doxygen pkg-config pybind11 python-mako python-six)) | 1143 | (list doxygen pkg-config pybind11-2 python-mako python-six)) |
| 1144 | (inputs | 1144 | (inputs |
| 1145 | (list airspy | 1145 | (list airspy |
| 1146 | airspyhf | 1146 | airspyhf |
| @@ -1226,7 +1226,7 @@ primitives for SDR (Software Defined Radio).") | |||
| 1226 | (list cppunit | 1226 | (list cppunit |
| 1227 | doxygen | 1227 | doxygen |
| 1228 | pkg-config | 1228 | pkg-config |
| 1229 | pybind11 | 1229 | pybind11-2 |
| 1230 | python-numpy)) | 1230 | python-numpy)) |
| 1231 | (inputs | 1231 | (inputs |
| 1232 | (list boost-1.83 | 1232 | (list boost-1.83 |
| @@ -1278,7 +1278,7 @@ DMR, NXDN, P25, etc.") | |||
| 1278 | (native-inputs | 1278 | (native-inputs |
| 1279 | (list doxygen | 1279 | (list doxygen |
| 1280 | pkg-config | 1280 | pkg-config |
| 1281 | pybind11 | 1281 | pybind11-2 |
| 1282 | python | 1282 | python |
| 1283 | python-numpy | 1283 | python-numpy |
| 1284 | python-six)) | 1284 | python-six)) |
| @@ -1332,7 +1332,7 @@ to the fix block above. | |||
| 1332 | (add-after 'install 'wrap-python | 1332 | (add-after 'install 'wrap-python |
| 1333 | (assoc-ref py:%standard-phases 'wrap))))) | 1333 | (assoc-ref py:%standard-phases 'wrap))))) |
| 1334 | (native-inputs | 1334 | (native-inputs |
| 1335 | (list pkg-config pybind11 python-six)) | 1335 | (list pkg-config pybind11-2 python-six)) |
| 1336 | (inputs | 1336 | (inputs |
| 1337 | (list boost-1.83 | 1337 | (list boost-1.83 |
| 1338 | gmp | 1338 | gmp |
| @@ -2007,7 +2007,7 @@ operators.") | |||
| 2007 | googletest | 2007 | googletest |
| 2008 | libusb | 2008 | libusb |
| 2009 | mesa | 2009 | mesa |
| 2010 | pybind11 | 2010 | pybind11-2 |
| 2011 | python | 2011 | python |
| 2012 | python-numpy | 2012 | python-numpy |
| 2013 | soapysdr | 2013 | soapysdr |
