diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-18 08:49:03 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-18 08:49:03 +0000 |
commit | 73dabc5c3013d97d470053fbcc4c19c11b05b29d (patch) | |
tree | bbeeb39133618340464fba9769f25cbfe2041a59 | |
parent | b353fef4613d8d8fa2b0dd9b7ec7703106b27989 (diff) |
automatic import of onnxruntime
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | onnxruntime.spec | 2 | ||||
-rw-r--r-- | sources | 3 |
3 files changed, 5 insertions, 1 deletions
@@ -14,3 +14,4 @@ /googletest-1.14.0.zip /cpuinfo-959002f82d7962a473d8bf301845f2af720e0aa4.zip /eigen-3.4.zip +/onnx-e2525550194ce3d8a2c4a3af451c9d9b3ae6650e.zip diff --git a/onnxruntime.spec b/onnxruntime.spec index 1afaa0e..eeae074 100644 --- a/onnxruntime.spec +++ b/onnxruntime.spec @@ -21,6 +21,7 @@ Source10: flatbuffers-1.12.0.zip Source11: googletest-1.14.0.zip Source12: cpuinfo-959002f82d7962a473d8bf301845f2af720e0aa4.zip Source13: eigen-3.4.zip +Source14: onnx-e2525550194ce3d8a2c4a3af451c9d9b3ae6650e.zip BuildRoot: %{_buildrootdir} #编译所需包(按照文档写的) BuildRequires: cmake gcc gcc-c++ python3 git python-numpy python-packaging openssl openssl-devel iputils bash @@ -57,6 +58,7 @@ mv %{SOURCE10} ../BUILD mv %{SOURCE11} ../BUILD mv %{SOURCE12} ../BUILD mv %{SOURCE13} ../BUILD +mv %{SOURCE14} ../BUILD unzip -q -o ../SOURCES/main.zip -d ../BUILD @@ -7,8 +7,9 @@ cf556cc376d15055b8235b05b2fc6253 date-3.0.1.zip a1afdbf114dec01a861c1b8c917d0fc7 flatbuffers-1.12.0.zip b4911e882c51cba34bebfb5df500a650 googletest-1.14.0.zip accaeb6a75f5972f479ef9139fa65b9e json-3.10.5.zip -ecb8a7c088234e072f351b61083dd08d main.zip +9d248b3285df8cbb011296886041bd8a main.zip bac656df95a7e76388ec67eff040fe03 mp11-boost-1.82.0.zip 0d04a7781642dc1d2e6ae318cf73c7ae nsync-1.26.0.zip +8d1c9477ca8a5f8d8a31499a946013bf onnx-e2525550194ce3d8a2c4a3af451c9d9b3ae6650e.zip d084cfc9d6f86abbda9aae9e0ae0526a protobuf-21.12.zip 478836ff8188ab9e46a62f5081426d26 re2-2022-06-01.zip |