File size: 366 Bytes
c206440 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | prefix=/star-fj/fangjun/open-source/onnxruntime/build-arm/Release/build-arm/install
bindir=${prefix}/bin
mandir=${prefix}/
docdir=${prefix}/
libdir=${prefix}/lib
includedir=${prefix}/include/onnxruntime
Name: onnxruntime
Description: ONNX runtime
URL: https://github.com/microsoft/onnxruntime
Version: 1.15.0
Libs: -L${libdir} -lonnxruntime
Cflags: -I${includedir}
|