diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-12 12:10:53 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-12 12:10:53 +0000 |
commit | 84b8335e7c4aa6ff6a0c6ffc9cbd6c1b683302d4 (patch) | |
tree | 9dfc6c50cc5062fc59db9a27fb46a125d4f3e19a | |
parent | 1ed54acaf01cf4c3e003fc1c798bde45db2a2fbd (diff) |
automatic import of onnxruntime
-rw-r--r-- | onnxruntime.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/onnxruntime.spec b/onnxruntime.spec index 821e954..2cbf20b 100644 --- a/onnxruntime.spec +++ b/onnxruntime.spec @@ -29,15 +29,15 @@ ONNXRuntime npu %prep #unzip -q -o ../SOURCES/v%{version}.zip -d ../BUILD -#unzip -q -o ../SOURCES/onnxruntime-1.15.1.zip -d ../BUILD -%autosetup +unzip -q -o ../SOURCES/onnxruntime-1.15.1.zip -d ../BUILD + #ping gitee.com #git clone https://gitee.com/LeaSwen/onnxruntime1.15.1_dep.git %build -#cd %{name}-%{version} +cd %{name}-%{version} #cd %{name}-main |