diff options
Diffstat (limited to 'onnxruntime.spec')
-rw-r--r-- | onnxruntime.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/onnxruntime.spec b/onnxruntime.spec index 16bc5cb..5edcf4b 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/main.zip -d ../BUILD +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}-main +cd %{name}-%{version} +#cd %{name}-main |