diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | onnxruntime.spec | 2 | ||||
-rw-r--r-- | sources | 4 |
3 files changed, 4 insertions, 3 deletions
@@ -1,3 +1,4 @@ /v1.15.1.zip /main.zip /abseil-cpp-20220623.1.zip +/abseil-cpp-20230802.0.zip diff --git a/onnxruntime.spec b/onnxruntime.spec index 3bdebf1..6d56816 100644 --- a/onnxruntime.spec +++ b/onnxruntime.spec @@ -8,7 +8,7 @@ Summary: Cross-Platform Accelerated Machine Learning License: MIT URL: https://onnxruntime.ai/ Source0: https://github.com/Liiswen/onnxruntime/archive/refs/heads/main.zip -Source1: abseil-cpp-20220623.1.zip +Source1: abseil-cpp-20230802.0.zip BuildRoot: %{_buildrootdir} #编译所需包(按照文档写的) BuildRequires: cmake gcc gcc-c++ python3 git python-numpy python-packaging openssl openssl-devel iputils bash @@ -1,2 +1,2 @@ -72a05e8ae9b3122515e8ff9d30d59c15 abseil-cpp-20220623.1.zip -47df0483bdb8a49ed0ee25607309a3b0 main.zip +3d4793b3d644fd184a2b9f57da1c4839 abseil-cpp-20230802.0.zip +eea01d6730ac6064094ffc97168c10ad main.zip |