diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-18 08:08:32 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-18 08:08:32 +0000 |
commit | b353fef4613d8d8fa2b0dd9b7ec7703106b27989 (patch) | |
tree | 893cc59403d8baf8f26c4a29878cc8d5882f04f9 | |
parent | ecec62b5975215bd590abaa9278bb498c7bb5149 (diff) |
automatic import of onnxruntime
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | onnxruntime.spec | 2 | ||||
-rw-r--r-- | sources | 3 |
3 files changed, 5 insertions, 1 deletions
@@ -13,3 +13,4 @@ /flatbuffers-1.12.0.zip /googletest-1.14.0.zip /cpuinfo-959002f82d7962a473d8bf301845f2af720e0aa4.zip +/eigen-3.4.zip 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 @@ -3,10 +3,11 @@ ed0ca3988edc1bfe7942b24afac839c6 SafeInt-3.0.28.zip 3d4793b3d644fd184a2b9f57da1c4839 abseil-cpp-20230802.0.zip 2503465a546ac1954abe010516375e24 cpuinfo-959002f82d7962a473d8bf301845f2af720e0aa4.zip cf556cc376d15055b8235b05b2fc6253 date-3.0.1.zip +6c39801bf7035641511231e307d71415 eigen-3.4.zip a1afdbf114dec01a861c1b8c917d0fc7 flatbuffers-1.12.0.zip b4911e882c51cba34bebfb5df500a650 googletest-1.14.0.zip accaeb6a75f5972f479ef9139fa65b9e json-3.10.5.zip -6ef644f1907b744908330346e6759cc1 main.zip +ecb8a7c088234e072f351b61083dd08d main.zip bac656df95a7e76388ec67eff040fe03 mp11-boost-1.82.0.zip 0d04a7781642dc1d2e6ae318cf73c7ae nsync-1.26.0.zip d084cfc9d6f86abbda9aae9e0ae0526a protobuf-21.12.zip |