diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-12 11:25:51 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-12 11:25:51 +0000 |
commit | 1ed54acaf01cf4c3e003fc1c798bde45db2a2fbd (patch) | |
tree | 149de39defde35c9617bcbdcb30b001980bfa498 | |
parent | ad5d82d1d8ffcdc463a3aaa43ffe455f40c193cc (diff) |
automatic import of onnxruntime
-rw-r--r-- | onnxruntime.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/onnxruntime.spec b/onnxruntime.spec index 5edcf4b..821e954 100644 --- a/onnxruntime.spec +++ b/onnxruntime.spec @@ -29,14 +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 +#unzip -q -o ../SOURCES/onnxruntime-1.15.1.zip -d ../BUILD +%autosetup -ping gitee.com -git clone https://gitee.com/LeaSwen/onnxruntime1.15.1_dep.git +#ping gitee.com +#git clone https://gitee.com/LeaSwen/onnxruntime1.15.1_dep.git %build -cd %{name}-%{version} +#cd %{name}-%{version} #cd %{name}-main |