diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-18 03:12:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-18 03:12:33 +0000 |
commit | ecec62b5975215bd590abaa9278bb498c7bb5149 (patch) | |
tree | b5c79d6e4231c114afd7e9d9cd76b340e61f1fcf | |
parent | d24b40ffbe4dfed9f417a96b56359a50f62f830c (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
@@ -12,3 +12,4 @@ /GSL-4.0.0.zip /flatbuffers-1.12.0.zip /googletest-1.14.0.zip +/cpuinfo-959002f82d7962a473d8bf301845f2af720e0aa4.zip diff --git a/onnxruntime.spec b/onnxruntime.spec index 8e3e3e5..88b89f1 100644 --- a/onnxruntime.spec +++ b/onnxruntime.spec @@ -19,6 +19,7 @@ Source8: SafeInt-3.0.28.zip Source9: GSL-4.0.0.zip Source10: flatbuffers-1.12.0.zip Source11: googletest-1.14.0.zip +Source12: cpuinfo-959002f82d7962a473d8bf301845f2af720e0aa4.zip BuildRoot: %{_buildrootdir} #编译所需包(按照文档写的) BuildRequires: cmake gcc gcc-c++ python3 git python-numpy python-packaging openssl openssl-devel iputils bash @@ -53,6 +54,7 @@ mv %{SOURCE8} ../BUILD mv %{SOURCE9} ../BUILD mv %{SOURCE10} ../BUILD mv %{SOURCE11} ../BUILD +mv %{SOURCE12} ../BUILD unzip -q -o ../SOURCES/main.zip -d ../BUILD @@ -1,11 +1,12 @@ 616723bc9ce630d3f245976d00339ecf GSL-4.0.0.zip ed0ca3988edc1bfe7942b24afac839c6 SafeInt-3.0.28.zip 3d4793b3d644fd184a2b9f57da1c4839 abseil-cpp-20230802.0.zip +2503465a546ac1954abe010516375e24 cpuinfo-959002f82d7962a473d8bf301845f2af720e0aa4.zip cf556cc376d15055b8235b05b2fc6253 date-3.0.1.zip a1afdbf114dec01a861c1b8c917d0fc7 flatbuffers-1.12.0.zip b4911e882c51cba34bebfb5df500a650 googletest-1.14.0.zip accaeb6a75f5972f479ef9139fa65b9e json-3.10.5.zip -942d5557c9a87bdf9a6b59235e574c31 main.zip +6ef644f1907b744908330346e6759cc1 main.zip bac656df95a7e76388ec67eff040fe03 mp11-boost-1.82.0.zip 0d04a7781642dc1d2e6ae318cf73c7ae nsync-1.26.0.zip d084cfc9d6f86abbda9aae9e0ae0526a protobuf-21.12.zip |