From 392bbc6b0b832b40b35a22388a0afb3444a98566 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 15 Sep 2023 12:24:06 +0000 Subject: automatic import of onnxruntime --- .gitignore | 1 + onnxruntime.spec | 2 ++ sources | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2c37d11..7547e09 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /mp11-boost-1.82.0.zip /re2-2022-06-01.zip /SafeInt-3.0.28.zip +/GSL-4.0.0.zip diff --git a/onnxruntime.spec b/onnxruntime.spec index ee9d36c..06f3600 100644 --- a/onnxruntime.spec +++ b/onnxruntime.spec @@ -16,6 +16,7 @@ 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 +Source9: GSL-4.0.0.zip BuildRoot: %{_buildrootdir} #编译所需包(按照文档写的) BuildRequires: cmake gcc gcc-c++ python3 git python-numpy python-packaging openssl openssl-devel iputils bash @@ -47,6 +48,7 @@ mv %{SOURCE5} ../BUILD mv %{SOURCE6} ../BUILD mv %{SOURCE7} ../BUILD mv %{SOURCE8} ../BUILD +mv %{SOURCE9} ../BUILD unzip -q -o ../SOURCES/main.zip -d ../BUILD diff --git a/sources b/sources index 3891ccd..fdf242d 100644 --- a/sources +++ b/sources @@ -1,8 +1,9 @@ +616723bc9ce630d3f245976d00339ecf GSL-4.0.0.zip ed0ca3988edc1bfe7942b24afac839c6 SafeInt-3.0.28.zip 3d4793b3d644fd184a2b9f57da1c4839 abseil-cpp-20230802.0.zip cf556cc376d15055b8235b05b2fc6253 date-3.0.1.zip accaeb6a75f5972f479ef9139fa65b9e json-3.10.5.zip -a8cca9aaab13185e7edcf498b70bb074 main.zip +23cafe4435d02a937ad8a03f07dff920 main.zip bac656df95a7e76388ec67eff040fe03 mp11-boost-1.82.0.zip 0d04a7781642dc1d2e6ae318cf73c7ae nsync-1.26.0.zip d084cfc9d6f86abbda9aae9e0ae0526a protobuf-21.12.zip -- cgit v1.2.3