summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--onnxruntime.spec2
-rw-r--r--sources3
3 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index fd82821..2c37d11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/json-3.10.5.zip
/mp11-boost-1.82.0.zip
/re2-2022-06-01.zip
+/SafeInt-3.0.28.zip
diff --git a/onnxruntime.spec b/onnxruntime.spec
index 59b58a0..ee9d36c 100644
--- a/onnxruntime.spec
+++ b/onnxruntime.spec
@@ -15,6 +15,7 @@ Source4: protobuf-21.12.zip
Source5: json-3.10.5.zip
Source6: mp11-boost-1.82.0.zip
Source7: re2-2022-06-01.zip
+Source8: SafeInt-3.0.28.zip
BuildRoot: %{_buildrootdir}
#编译所需包(按照文档写的)
BuildRequires: cmake gcc gcc-c++ python3 git python-numpy python-packaging openssl openssl-devel iputils bash
@@ -45,6 +46,7 @@ mv %{SOURCE4} ../BUILD
mv %{SOURCE5} ../BUILD
mv %{SOURCE6} ../BUILD
mv %{SOURCE7} ../BUILD
+mv %{SOURCE8} ../BUILD
unzip -q -o ../SOURCES/main.zip -d ../BUILD
diff --git a/sources b/sources
index 4684dc7..3891ccd 100644
--- a/sources
+++ b/sources
@@ -1,7 +1,8 @@
+ed0ca3988edc1bfe7942b24afac839c6 SafeInt-3.0.28.zip
3d4793b3d644fd184a2b9f57da1c4839 abseil-cpp-20230802.0.zip
cf556cc376d15055b8235b05b2fc6253 date-3.0.1.zip
accaeb6a75f5972f479ef9139fa65b9e json-3.10.5.zip
-a510943fed0fef37be43a89a12838ab1 main.zip
+a8cca9aaab13185e7edcf498b70bb074 main.zip
bac656df95a7e76388ec67eff040fe03 mp11-boost-1.82.0.zip
0d04a7781642dc1d2e6ae318cf73c7ae nsync-1.26.0.zip
d084cfc9d6f86abbda9aae9e0ae0526a protobuf-21.12.zip