From f411e384f54fbc7408c181fd6a770f692c2ce2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=81=AC?= Date: Wed, 15 Jan 2025 10:27:27 +0800 Subject: [PATCH] add build require git --- AI4C.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/AI4C.spec b/AI4C.spec index db62bf6..8d3c8f9 100644 --- a/AI4C.spec +++ b/AI4C.spec @@ -15,7 +15,7 @@ Summary: %{name} is a framework which enables compilers to integrate ML-driven compiler optimization. Name: AI4C Version: 0.2.0 -Release: 2 +Release: 3 # Package onnxruntime and SafeInt have MIT License. # Package onnx has Apache License 2.0. License: MIT and ASL 2.0 and Boost and BSD @@ -35,6 +35,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-pip BuildRequires: openssl BuildRequires: openssl-devel +BuildRequires: git %description @@ -103,6 +104,9 @@ popd %changelog +* Wed Jan 15 2025 litian - 0.2.0-3 +- add build require git. + * Thu Dec 12 2024 Yongkang Hou - 0.2.0-2 - Update description. -- Gitee