-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Build] #18570
Comments
I think problem is in tools/nuget/generate_nuspec_for_native_nuget.py, I edit the path to this file manually by removing "include" and it works. |
However build doesn't work. Having this issue. |
Please follow Linux section in https://github.com/microsoft/onnxruntime/blob/main/csharp/readme.md |
I've spent half a day trying every combination of those settings with no luck, on 1.16.3 and 1.70.0. It is possible d1533c2 broke the DNNL build for dotnet by not updating the nuget script at the same time? Has anybody managed to build the onednn build since then? Is there a dockerfile setup for building dnnl + dotnet on linux anywhere by any chance? :) |
Describe the issue
Can't build nuget packages. I'm trying to build dnnl version , and faces the issue to build nuget packages.
I checkout from the branch v1.16.3, and it seems there is references to a file which doesn't exist in current branch.
Please advice how to fi it.
Urgency
No response
Target platform
Ubuntu 22.04
Build script
build.sh
Error / output
Attempting to build package from 'NativeNuget.nuspec'.
EXEC : error NU5019: File not found: '/onnxruntime/include\onnxruntime\core\providers\dnnl\dnnl_provider_factory.h'. [/onnxruntime/csharp/OnnxRuntime.CSharp.proj]
/onnxruntime/csharp/OnnxRuntime.CSharp.proj(104,5): error MSB3073: The command "nuget pack NativeNuget.nuspec" exited with code 1.
Visual Studio Version
No response
GCC / Compiler Version
11.4.0
The text was updated successfully, but these errors were encountered: