summaryrefslogtreecommitdiff
path: root/onnxruntime.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-09-15 04:27:30 +0000
committerCoprDistGit <infra@openeuler.org>2023-09-15 04:27:30 +0000
commit2b9ad57308bd41cd47617e934c6990978c3ea6d6 (patch)
treeefa6a7debde53e0576df292f0847a49ad0c074c8 /onnxruntime.spec
parenta5566690b3366c22c52fd93bbc1dd5b4595254d8 (diff)
automatic import of onnxruntime
Diffstat (limited to 'onnxruntime.spec')
-rw-r--r--onnxruntime.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/onnxruntime.spec b/onnxruntime.spec
index 0409cd5..59b58a0 100644
--- a/onnxruntime.spec
+++ b/onnxruntime.spec
@@ -14,6 +14,7 @@ Source3: nsync-1.26.0.zip
Source4: protobuf-21.12.zip
Source5: json-3.10.5.zip
Source6: mp11-boost-1.82.0.zip
+Source7: re2-2022-06-01.zip
BuildRoot: %{_buildrootdir}
#编译所需包(按照文档写的)
BuildRequires: cmake gcc gcc-c++ python3 git python-numpy python-packaging openssl openssl-devel iputils bash
@@ -43,6 +44,7 @@ mv %{SOURCE3} ../BUILD
mv %{SOURCE4} ../BUILD
mv %{SOURCE5} ../BUILD
mv %{SOURCE6} ../BUILD
+mv %{SOURCE7} ../BUILD
unzip -q -o ../SOURCES/main.zip -d ../BUILD