diff options
author | CoprDistGit <infra@openeuler.org> | 2023-08-30 07:07:03 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-08-30 07:07:03 +0000 |
commit | 9595a098ac8113e24589be54a939ea4840ca7ce9 (patch) | |
tree | 8d0ea08f751d84b3f3cd382e91f748579cac02af | |
parent | 28f3063a222e6ed7c88b84be5431320682d6b2e8 (diff) |
automatic import of onnxruntime
-rw-r--r-- | onnxruntime.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/onnxruntime.spec b/onnxruntime.spec index a94f560..8bc51bc 100644 --- a/onnxruntime.spec +++ b/onnxruntime.spec @@ -10,7 +10,7 @@ URL: https://onnxruntime.ai/ Source0: https://github.com/microsoft/onnxruntime/archive/refs/tags/v1.15.1.zip BuildRoot: %{_buildrootdir} #编译所需包(按照文档写的) -BuildRequires: gcc gcc-c++ python3 git python-numpy python-packaging +BuildRequires: cmake gcc gcc-c++ python3 git python-numpy python-packaging #安装所需包(感觉没啥需要的?) Requires: bash Provides: onnxruntime-python-API |