Skip to content

Adding onnxruntime-extensions to conda-forge #699

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Chizkiyahu opened this issue Apr 27, 2024 · 3 comments
Closed

Adding onnxruntime-extensions to conda-forge #699

Chizkiyahu opened this issue Apr 27, 2024 · 3 comments
Labels

Comments

@Chizkiyahu
Copy link
Contributor

I am trying to add onnxruntime-extensions to conda using conda-forge

I created a PR of meta.yaml on staged-recipes repo
but the all build fails
I needs some help with the build/script and requirements/build requirements/host

thanks

@wenbingl
Copy link
Contributor

wenbingl commented Apr 30, 2024

From the error message that you shared, the issue is related to google/re2 flag. There are two ways to handle that I can think of now,

  1. patch google/re2 source code to fix the issue for conda package pipeline. (I think macosx-10.9 is really old system that we don't support it now.
  2. disable the re2 related ops by -DOCOS_ENABLE_RE2_REGEX=OFF on cmake configuration.

which one is you preferred?

Copy link

This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details.

1 similar comment
Copy link

This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants