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.
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 thepytorch_cpuinfo-build/deps/clog/libclog.a
and/pytorch_cpuinfo-build/libcpuinfo.a
libraries to the combined onnxruntime library.