diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-18 11:40:27 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-18 11:40:27 +0000 |
commit | 353cc93b2409d5747ba9f0ee97f946ec13418a2e (patch) | |
tree | 295083288497827daaa439bfe14e17c16d3f4caf | |
parent | 73dabc5c3013d97d470053fbcc4c19c11b05b29d (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
@@ -15,3 +15,4 @@ /cpuinfo-959002f82d7962a473d8bf301845f2af720e0aa4.zip /eigen-3.4.zip /onnx-e2525550194ce3d8a2c4a3af451c9d9b3ae6650e.zip +/pybind11-2.10.1.zip diff --git a/onnxruntime.spec b/onnxruntime.spec index eeae074..b33b1bb 100644 --- a/onnxruntime.spec +++ b/onnxruntime.spec @@ -22,6 +22,7 @@ Source11: googletest-1.14.0.zip Source12: cpuinfo-959002f82d7962a473d8bf301845f2af720e0aa4.zip Source13: eigen-3.4.zip Source14: onnx-e2525550194ce3d8a2c4a3af451c9d9b3ae6650e.zip +Source15: pybind11-2.10.1.zip BuildRoot: %{_buildrootdir} #编译所需包(按照文档写的) BuildRequires: cmake gcc gcc-c++ python3 git python-numpy python-packaging openssl openssl-devel iputils bash @@ -59,6 +60,7 @@ mv %{SOURCE11} ../BUILD mv %{SOURCE12} ../BUILD mv %{SOURCE13} ../BUILD mv %{SOURCE14} ../BUILD +mv %{SOURCE15} ../BUILD unzip -q -o ../SOURCES/main.zip -d ../BUILD @@ -7,9 +7,10 @@ cf556cc376d15055b8235b05b2fc6253 date-3.0.1.zip a1afdbf114dec01a861c1b8c917d0fc7 flatbuffers-1.12.0.zip b4911e882c51cba34bebfb5df500a650 googletest-1.14.0.zip accaeb6a75f5972f479ef9139fa65b9e json-3.10.5.zip -9d248b3285df8cbb011296886041bd8a main.zip +a51637b23315ad94a8b1360108eb2310 main.zip bac656df95a7e76388ec67eff040fe03 mp11-boost-1.82.0.zip 0d04a7781642dc1d2e6ae318cf73c7ae nsync-1.26.0.zip 8d1c9477ca8a5f8d8a31499a946013bf onnx-e2525550194ce3d8a2c4a3af451c9d9b3ae6650e.zip d084cfc9d6f86abbda9aae9e0ae0526a protobuf-21.12.zip +fc55cd0fcb76742a3f040cb8f5d5366f pybind11-2.10.1.zip 478836ff8188ab9e46a62f5081426d26 re2-2022-06-01.zip |