From 80a2e1ab43419bcf44c02cb017970d21d0e9b1cc Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 09:02:38 +0000 Subject: [PATCH] Update dependencies --- cibuildwheel/resources/build-platforms.toml | 12 +- .../resources/pinned_docker_images.cfg | 58 ++--- docs/working-examples.md | 231 +++++++++--------- 3 files changed, 152 insertions(+), 149 deletions(-) diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index d4b210ce1..ac0599feb 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -81,9 +81,9 @@ python_configurations = [ { identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" }, { identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" }, { identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" }, - { identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.7/python-3.10.7-macos11.pkg" }, - { identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.7/python-3.10.7-macos11.pkg" }, - { identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.7/python-3.10.7-macos11.pkg" }, + { identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.8/python-3.10.8-macos11.pkg" }, + { identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.8/python-3.10.8-macos11.pkg" }, + { identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.8/python-3.10.8-macos11.pkg" }, { identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0rc2-macos11.pkg" }, { identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0rc2-macos11.pkg" }, { identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0rc2-macos11.pkg" }, @@ -102,12 +102,12 @@ python_configurations = [ { identifier = "cp38-win_amd64", version = "3.8.10", arch = "64" }, { identifier = "cp39-win32", version = "3.9.13", arch = "32" }, { identifier = "cp39-win_amd64", version = "3.9.13", arch = "64" }, - { identifier = "cp310-win32", version = "3.10.7", arch = "32" }, - { identifier = "cp310-win_amd64", version = "3.10.7", arch = "64" }, + { identifier = "cp310-win32", version = "3.10.8", arch = "32" }, + { identifier = "cp310-win_amd64", version = "3.10.8", arch = "64" }, { identifier = "cp311-win32", version = "3.11.0-rc2", arch = "32" }, { identifier = "cp311-win_amd64", version = "3.11.0-rc2", arch = "64" }, { identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" }, - { identifier = "cp310-win_arm64", version = "3.10.7", arch = "ARM64" }, + { identifier = "cp310-win_arm64", version = "3.10.8", arch = "ARM64" }, { identifier = "cp311-win_arm64", version = "3.11.0-rc2", arch = "ARM64" }, { identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-win64.zip" }, { identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.9-win64.zip" }, diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 1575bf8d7..07b9a1f8c 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,49 +1,49 @@ [x86_64] -manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-10-09-d8a0859 +manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-10-11-c03643c manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-10-09-941e8b2 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-10-09-941e8b2 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-10-09-941e8b2 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-10-09-941e8b2 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-10-12-b8b6ebc +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-10-12-b8b6ebc +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-10-12-b8b6ebc +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-10-12-b8b6ebc [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2022-10-09-d8a0859 +manylinux1 = quay.io/pypa/manylinux1_i686:2022-10-11-c03643c manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-10-09-941e8b2 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-10-09-941e8b2 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-10-09-941e8b2 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-10-12-b8b6ebc +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-10-12-b8b6ebc +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-10-12-b8b6ebc [pypy_x86_64] manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-10-09-941e8b2 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-10-09-941e8b2 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-10-09-941e8b2 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-10-12-b8b6ebc +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-10-12-b8b6ebc +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-10-12-b8b6ebc [pypy_i686] manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-10-09-941e8b2 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-10-09-941e8b2 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-10-12-b8b6ebc +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-10-12-b8b6ebc [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-10-09-941e8b2 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-10-09-941e8b2 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-10-09-941e8b2 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-10-09-941e8b2 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-10-12-00e3958 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-10-12-00e3958 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-10-12-00e3958 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-10-12-00e3958 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-10-09-941e8b2 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-10-09-941e8b2 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-10-09-941e8b2 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-10-09-941e8b2 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-10-12-00e3958 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-10-12-00e3958 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-10-12-00e3958 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-10-12-00e3958 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-10-09-941e8b2 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-10-09-941e8b2 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2022-10-09-941e8b2 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-10-09-941e8b2 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-10-12-00e3958 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-10-12-00e3958 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2022-10-12-00e3958 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-10-12-4e18a23 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-10-09-941e8b2 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-10-09-941e8b2 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-10-09-941e8b2 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-10-12-00e3958 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-10-12-00e3958 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-10-12-00e3958 diff --git a/docs/working-examples.md b/docs/working-examples.md index 3781330db..4e4d060b7 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -37,7 +37,7 @@ title: Working examples | [UltraJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Ultra fast JSON decoder and encoder written in C with Python bindings | | [River][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | 🌊 Online machine learning in Python | | [OpenSpiel][] | ![github icon][] | ![apple icon][] ![linux icon][] | OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games. | -| [pyzmq][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python bindings for zeromq, the networking library. Uses Cython and CFFI. | +| [pyzmq][] | ![github icon][] ![circleci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python bindings for zeromq, the networking library. Uses Cython on CPython and CFFI on PyPy. ARM wheels for linux are built natively on CircleCI. | | [aiortc][] | ![github icon][] | ![apple icon][] ![linux icon][] | WebRTC and ORTC implementation for Python using asyncio. | | [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` | | [Implicit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes GPU support for linux wheels | @@ -51,14 +51,14 @@ title: Working examples | [h5py][] | ![azurepipelines icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data format. | | [Wrapt][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python module for decorators, wrappers and monkey patching. | | [PyAV][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Pythonic bindings for FFmpeg's libraries. | -| [SimpleJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | simplejson is a simple, fast, extensible JSON encoder/decoder for Python | | [pikepdf][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python library for reading and writing PDF, powered by qpdf | +| [SimpleJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | simplejson is a simple, fast, extensible JSON encoder/decoder for Python | | [Line Profiler][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Line-by-line profiling for Python | | [OpenColorIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A color management framework for visual effects and animation. | | [PyTables][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python package to manage extremely large amounts of data | | [OpenTimelineIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Open Source API and interchange format for editorial timeline information. | | [aioquic][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | QUIC and HTTP/3 implementation in Python | -| [envd][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | 🏕️ Development environment for AI/ML, based on buildkit | +| [envd][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | 🏕️ Development environment for AI/ML, based on docker | | [ruptures][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Extensive Cython + NumPy [pyproject.toml](https://github.com/deepcharles/ruptures/blob/master/pyproject.toml) example. | | [Psycopg 3][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A modern implementation of a PostgreSQL adapter for Python | | [DeepForest][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1) | @@ -79,16 +79,16 @@ title: Working examples | [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. | | [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. | | [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing | -| [matrixprofile][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone. | | [abess][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A fast best-subset selection library. It uses cibuildwheel to build a large project with C++ extensions. | +| [matrixprofile][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone. | | [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq | | [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 | | [Tokenizer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast and customizable text tokenization library with BPE and SentencePiece support | | [PyGLM][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Fast OpenGL Mathematics (GLM) for Python | -| [mosec][] | ![github icon][] | ![linux icon][] ![apple icon][] | A high-performance serving framework for ML models, offers dynamic batching and multi-stage pipeline to fully exploit your compute machine | | [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. | -| [boost-histogram][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Supports full range of wheels, including PyPy and alternate archs. | +| [mosec][] | ![github icon][] | ![linux icon][] ![apple icon][] | A high-performance serving framework for ML models, offers dynamic batching and multi-stage pipeline to fully exploit your compute machine | | [TgCrypto][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. | +| [boost-histogram][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Supports full range of wheels, including PyPy and alternate archs. | | [iDynTree][] | ![github icon][] | ![linux icon][] | Uses manylinux_2_24 | | [Python-WebRTC][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | a Python extension that provides bindings to WebRTC M92 | | [pybase64][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast Base64 encoding/decoding in Python | @@ -96,8 +96,8 @@ title: Working examples | [fathon][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | python package for DFA (Detrended Fluctuation Analysis) and related algorithms | | [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. | | [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. | -| [Imagecodecs (fork)][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] | Over 20 external dependencies in compiled libraries, custom docker image, `libomp`, `openblas` and `install_name_tool` for macOS. | | [pillow-heif][] | ![github icon][] | ![apple icon][] ![linux icon][] | Python CFFI binding to libheif library with third party dependencies like `libde265`, `x265`, `libaom` with test & publishing on PyPi. | +| [Imagecodecs (fork)][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] | Over 20 external dependencies in compiled libraries, custom docker image, `libomp`, `openblas` and `install_name_tool` for macOS. | | [power-grid-model][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python/C++ library for distribution power system analysis | | [cf-units][] | ![github icon][] | ![apple icon][] ![linux icon][] | Units of measure as required by the Climate and Forecast (CF) Metadata Conventions | | [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. | @@ -109,8 +109,9 @@ title: Working examples | [CorrectionLib][] | ![github icon][] | ![apple icon][] ![linux icon][] | Structured JSON powered correction library for HEP, designed for the CMS experiment at CERN. | | [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies | | [SiPM][] | ![github icon][] | ![apple icon][] ![linux icon][] | High performance library for SiPM detectors simulation using C++17, OpenMP and AVX2 intrinsics. | -| [xmlstarlet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python 3.6+ CFFI bindings with true MSVC build. | | [ril][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A python binding to Rust Imaging library using maturin and Pyo3, utilizes Github Action cache to improve speed. Builds abi3 wheels. | +| [xmlstarlet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python 3.6+ CFFI bindings with true MSVC build. | +| [pybind11 cross build example][] | ![github icon][] ![gitlab icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Same as pybind11 cmake_example but used to demo Linux ARM + Windows + macOS builds on GitLab | [scikit-learn]: https://github.com/scikit-learn/scikit-learn [NumPy]: https://github.com/numpy/numpy @@ -155,8 +156,8 @@ title: Working examples [h5py]: https://github.com/h5py/h5py [Wrapt]: https://github.com/GrahamDumpleton/wrapt [PyAV]: https://github.com/PyAV-Org/PyAV -[SimpleJSON]: https://github.com/simplejson/simplejson [pikepdf]: https://github.com/pikepdf/pikepdf +[SimpleJSON]: https://github.com/simplejson/simplejson [Line Profiler]: https://github.com/pyutils/line_profiler [OpenColorIO]: https://github.com/AcademySoftwareFoundation/OpenColorIO [PyTables]: https://github.com/PyTables/PyTables @@ -183,16 +184,16 @@ title: Working examples [time-machine]: https://github.com/adamchainz/time-machine [sourmash]: https://github.com/dib-lab/sourmash [cyvcf2]: https://github.com/brentp/cyvcf2 -[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile [abess]: https://github.com/abess-team/abess +[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile [jq.py]: https://github.com/mwilliamson/jq.py [iminuit]: https://github.com/scikit-hep/iminuit [Tokenizer]: https://github.com/OpenNMT/Tokenizer [PyGLM]: https://github.com/Zuzu-Typ/PyGLM -[mosec]: https://github.com/mosecorg/mosec [bx-python]: https://github.com/bxlab/bx-python -[boost-histogram]: https://github.com/scikit-hep/boost-histogram +[mosec]: https://github.com/mosecorg/mosec [TgCrypto]: https://github.com/pyrogram/tgcrypto +[boost-histogram]: https://github.com/scikit-hep/boost-histogram [iDynTree]: https://github.com/robotology/idyntree [Python-WebRTC]: https://github.com/MarshalX/python-webrtc [pybase64]: https://github.com/mayeut/pybase64 @@ -200,8 +201,8 @@ title: Working examples [fathon]: https://github.com/stfbnc/fathon [etebase-py]: https://github.com/etesync/etebase-py [polaroid]: https://github.com/daggy1234/polaroid -[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build [pillow-heif]: https://github.com/bigcat88/pillow_heif +[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build [power-grid-model]: https://github.com/alliander-opensource/power-grid-model [cf-units]: https://github.com/SciTools/cf-units [clang-format]: https://github.com/ssciwr/clang-format-wheel @@ -213,8 +214,9 @@ title: Working examples [CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib [pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext [SiPM]: https://github.com/EdoPro98/SimSiPM -[xmlstarlet]: https://github.com/dimitern/xmlstarlet [ril]: https://github.com/Cryptex-github/ril-py +[xmlstarlet]: https://github.com/dimitern/xmlstarlet +[pybind11 cross build example]: https://github.com/wbarnha/pybind_cmake_example_crossbuild [appveyor icon]: data/readme_icons/appveyor.svg [github icon]: data/readme_icons/github.svg @@ -227,109 +229,110 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +