diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-15 12:24:06 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-15 12:24:06 +0000 |
commit | 392bbc6b0b832b40b35a22388a0afb3444a98566 (patch) | |
tree | 69da2e385f8ad91ad6c841e50b5088e0e00204e0 /onnxruntime.spec | |
parent | 08ed4b837c123534438d4a9d1f326330ae1a9eb5 (diff) |
automatic import of onnxruntime
Diffstat (limited to 'onnxruntime.spec')
-rw-r--r-- | onnxruntime.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/onnxruntime.spec b/onnxruntime.spec index ee9d36c..06f3600 100644 --- a/onnxruntime.spec +++ b/onnxruntime.spec @@ -16,6 +16,7 @@ Source5: json-3.10.5.zip Source6: mp11-boost-1.82.0.zip Source7: re2-2022-06-01.zip Source8: SafeInt-3.0.28.zip +Source9: GSL-4.0.0.zip BuildRoot: %{_buildrootdir} #编译所需包(按照文档写的) BuildRequires: cmake gcc gcc-c++ python3 git python-numpy python-packaging openssl openssl-devel iputils bash @@ -47,6 +48,7 @@ mv %{SOURCE5} ../BUILD mv %{SOURCE6} ../BUILD mv %{SOURCE7} ../BUILD mv %{SOURCE8} ../BUILD +mv %{SOURCE9} ../BUILD unzip -q -o ../SOURCES/main.zip -d ../BUILD |