Skip to content
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

Let build.rs download or build onnxruntime #6

Closed
nbigaouette opened this issue Aug 6, 2020 · 0 comments · Fixed by #9
Closed

Let build.rs download or build onnxruntime #6

nbigaouette opened this issue Aug 6, 2020 · 0 comments · Fixed by #9

Comments

@nbigaouette
Copy link
Owner

The build.rs of onnxruntime-sys should be adapted to:

  1. Download a pre-built library;
  2. Compile the library;
  3. Use a version of the library somewhere on the system.

An environment variable should select which one to do.

This will allow CI runs by using a pre-built library.

This was referenced Aug 6, 2020
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 a pull request may close this issue.

1 participant