diff options
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 06fddc8..5a56783 100644 --- a/onnxruntime.spec +++ b/onnxruntime.spec @@ -9,6 +9,7 @@ License: MIT URL: https://onnxruntime.ai/ Source0: https://github.com/Liiswen/onnxruntime/archive/refs/heads/main.zip Source1: abseil-cpp-20230802.0.zip +Source2: date-3.0.1.zip BuildRoot: %{_buildrootdir} #编译所需包(按照文档写的) BuildRequires: cmake gcc gcc-c++ python3 git python-numpy python-packaging openssl openssl-devel iputils bash @@ -33,6 +34,7 @@ ONNXRuntime npu du -sh ../SOURCES/* mv ../SOURCES/abseil-cpp-20230802.0.zip ../BUILD +mv %{Source2} ../BUILD unzip -q -o ../SOURCES/main.zip -d ../BUILD |