ort-builder icon indicating copy to clipboard operation
ort-builder copied to clipboard

Extended Linux build script; now outputs a combined static library

Open faressc opened this issue 10 months ago • 0 comments

This should fix #10. The linux build script now outputs a combined static library named: onnxruntime-linux_x86_64-static-combined.a. Unlike the MacOS build script, I have found that the Linux library requires the addition of the pytorch_cpuinfo-build/deps/clog/libclog.a and /pytorch_cpuinfo-build/libcpuinfo.a libraries to the combined onnxruntime library.

faressc avatar Mar 31 '24 23:03 faressc