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 /onnxruntime.spec | |
parent | d24b40ffbe4dfed9f417a96b56359a50f62f830c (diff) |
automatic import of onnxruntime
Diffstat (limited to 'onnxruntime.spec')
-rw-r--r-- | onnxruntime.spec | 2 |
1 files changed, 2 insertions, 0 deletions
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 |