package/libiio: Update to v1.0 - #118
Draft
ioanachelaru wants to merge 2 commits into
Draft
Conversation
Update libiio from libiio-v0 branch tip to v1.0 pre-release (main branch, commit 5b43a23144). - Add zstd dependency (required by v1.0 async I/O) - Remove -DWITH_DOC=OFF (option removed in v1.0) Signed-off-by: Ioana Chelaru <ioana-gabriela.chelaru@analog.com>
ioanachelaru
marked this pull request as draft
June 18, 2026 08:03
3 tasks
ioanachelaru
force-pushed
the
testing/xlnx/libiio-v1-adi-2026.02-y
branch
from
June 22, 2026 09:13
ad3bb85 to
57a063d
Compare
The Python bindings moved from bindings/python/iio.py to bindings/python/iio/__init__.py in libiio v1, causing the patch to fail with "No file to patch". Update the patch to target the new path and replace the expanded find_library() + version-check block with a hardcoded "libiio.so.1" soname. Signed-off-by: Ioana Chelaru <ioana-gabriela.chelaru@analog.com>
ioanachelaru
force-pushed
the
testing/xlnx/libiio-v1-adi-2026.02-y
branch
from
June 22, 2026 10:03
57a063d to
5f5f95d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
-DWITH_DOC=OFF(option removed in v1.0)Replaces #117, which was targeting a stale branch.