diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-16 14:16:57 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-16 14:16:57 +0000 |
commit | d24b40ffbe4dfed9f417a96b56359a50f62f830c (patch) | |
tree | bd5c9447b889a1118a62cf0bc70cccea6fa54ff0 /onnxruntime.spec | |
parent | 63b72e2006fd4e94cf8537d33f834f0c907ed881 (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 54013c5..8e3e3e5 100644 --- a/onnxruntime.spec +++ b/onnxruntime.spec @@ -18,6 +18,7 @@ Source7: re2-2022-06-01.zip Source8: SafeInt-3.0.28.zip Source9: GSL-4.0.0.zip Source10: flatbuffers-1.12.0.zip +Source11: googletest-1.14.0.zip BuildRoot: %{_buildrootdir} #编译所需包(按照文档写的) BuildRequires: cmake gcc gcc-c++ python3 git python-numpy python-packaging openssl openssl-devel iputils bash @@ -51,6 +52,7 @@ mv %{SOURCE7} ../BUILD mv %{SOURCE8} ../BUILD mv %{SOURCE9} ../BUILD mv %{SOURCE10} ../BUILD +mv %{SOURCE11} ../BUILD unzip -q -o ../SOURCES/main.zip -d ../BUILD |