Skip to content

Conversation

@franramirez688
Copy link
Contributor

@franramirez688 franramirez688 commented Nov 28, 2025

onnx

  • Add version v1.20.0
  • Stop publishing new revisions for older versions.
  • Recipes refactor:
    • Modernized
    • Now, it's able to use protobuf >= 4.2 without any issues (defined abseil targets)

onnxruntime

  • Add version ORT v1.23.2.
  • Stop publishing new revisions for older versions.
  • Recipes refactor:
    • Modernized
    • Using some latest requirement versions as required
    • Removed some useless lines from our custom, and tried to follow the upstream one cmake/onnxruntime_external_deps.cmake
  • Fixed with_xnnpack option:
    • Tested on macOS native, both static and shared ✅

re2

  • Update abseil requirement as a version range to avoid conflicts

xnnpack

  • Update cpuinfo version to avoid conflicts.
  • Stop publishing new revisions for older versions.

Supersedes: #28765
Closes: #27764
Closes: #26377


Add a 👍 reaction to pull requests you find important to help the team prioritize, thanks!

…NX (latest commit - future 1.20.0). Updated re2
@franramirez688 franramirez688 changed the title onnx/1.20.0 (release coming soon) and onnxruntime/1.23.2 onnx/1.20.0 and onnxruntime/1.23.2 Dec 2, 2025
@franramirez688 franramirez688 marked this pull request as ready for review December 2, 2025 14:32
]
self.cpp_info.libs = [f"onnxruntime_{lib}" for lib in onnxruntime_libs]

self.cpp_info.includedirs.append("include/onnxruntime")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not know why it was only for shared=True

if onnx.options.get_safe("shared"):
# Commented here: https://github.com/onnx/onnx/pull/7505#issuecomment-3601468150
raise ConanInvalidConfiguration("There are link errors using 'onnx/*:shared=True',"
"use 'onnx/*:shared=False' instead.")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not get to work fine. I will open an issue on the ORT repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[request] onnxruntime/1.22.0 [request] onnxruntime/1.20.1

1 participant