summaryrefslogtreecommitdiff
path: root/onnxruntime.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-09-18 08:08:32 +0000
committerCoprDistGit <infra@openeuler.org>2023-09-18 08:08:32 +0000
commitb353fef4613d8d8fa2b0dd9b7ec7703106b27989 (patch)
tree893cc59403d8baf8f26c4a29878cc8d5882f04f9 /onnxruntime.spec
parentecec62b5975215bd590abaa9278bb498c7bb5149 (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 88b89f1..1afaa0e 100644
--- a/onnxruntime.spec
+++ b/onnxruntime.spec
@@ -20,6 +20,7 @@ Source9: GSL-4.0.0.zip
Source10: flatbuffers-1.12.0.zip
Source11: googletest-1.14.0.zip
Source12: cpuinfo-959002f82d7962a473d8bf301845f2af720e0aa4.zip
+Source13: eigen-3.4.zip
BuildRoot: %{_buildrootdir}
#编译所需包(按照文档写的)
BuildRequires: cmake gcc gcc-c++ python3 git python-numpy python-packaging openssl openssl-devel iputils bash
@@ -55,6 +56,7 @@ mv %{SOURCE9} ../BUILD
mv %{SOURCE10} ../BUILD
mv %{SOURCE11} ../BUILD
mv %{SOURCE12} ../BUILD
+mv %{SOURCE13} ../BUILD
unzip -q -o ../SOURCES/main.zip -d ../BUILD