diff --git a/AI4C.spec b/AI4C.spec index db62bf6932e5f45dff4a744c182fd0a21ecf0d65..8d3c8f9413b3410cea5a5ff3394637e777889333 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.