diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-15 08:31:26 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-15 08:31:26 +0000 |
commit | 08ed4b837c123534438d4a9d1f326330ae1a9eb5 (patch) | |
tree | 78b2bbf21cf08b62166c918076f22df16547b783 /onnxruntime.spec | |
parent | 2b9ad57308bd41cd47617e934c6990978c3ea6d6 (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 59b58a0..ee9d36c 100644 --- a/onnxruntime.spec +++ b/onnxruntime.spec @@ -15,6 +15,7 @@ Source4: protobuf-21.12.zip Source5: json-3.10.5.zip Source6: mp11-boost-1.82.0.zip Source7: re2-2022-06-01.zip +Source8: SafeInt-3.0.28.zip BuildRoot: %{_buildrootdir} #编译所需包(按照文档写的) BuildRequires: cmake gcc gcc-c++ python3 git python-numpy python-packaging openssl openssl-devel iputils bash @@ -45,6 +46,7 @@ mv %{SOURCE4} ../BUILD mv %{SOURCE5} ../BUILD mv %{SOURCE6} ../BUILD mv %{SOURCE7} ../BUILD +mv %{SOURCE8} ../BUILD unzip -q -o ../SOURCES/main.zip -d ../BUILD |