diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-15 04:27:30 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-15 04:27:30 +0000 |
commit | 2b9ad57308bd41cd47617e934c6990978c3ea6d6 (patch) | |
tree | efa6a7debde53e0576df292f0847a49ad0c074c8 | |
parent | a5566690b3366c22c52fd93bbc1dd5b4595254d8 (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
@@ -7,3 +7,4 @@ /protobuf-21.12.zip /json-3.10.5.zip /mp11-boost-1.82.0.zip +/re2-2022-06-01.zip 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 @@ -1,7 +1,8 @@ 3d4793b3d644fd184a2b9f57da1c4839 abseil-cpp-20230802.0.zip cf556cc376d15055b8235b05b2fc6253 date-3.0.1.zip accaeb6a75f5972f479ef9139fa65b9e json-3.10.5.zip -94fe820d4801a27e8f9abff6f4d99708 main.zip +a510943fed0fef37be43a89a12838ab1 main.zip bac656df95a7e76388ec67eff040fe03 mp11-boost-1.82.0.zip 0d04a7781642dc1d2e6ae318cf73c7ae nsync-1.26.0.zip d084cfc9d6f86abbda9aae9e0ae0526a protobuf-21.12.zip +478836ff8188ab9e46a62f5081426d26 re2-2022-06-01.zip |