diff --git a/AI4C.spec b/AI4C.spec index ea759ddb9a3b1873a04b01491536a27c94070b1f..bbfb85657089a29b0a106b98d014d81713c5ef27 100644 --- a/AI4C.spec +++ b/AI4C.spec @@ -12,10 +12,10 @@ %global max_jobs 16 -Summary: %{name} is a framework which enables compilers compilers to integrate ML-driven compiler optimization. +Summary: %{name} is a framework which enables compilers to integrate ML-driven compiler optimization. Name: AI4C Version: 1.0.4 -Release: 4 +Release: 5 # Package onnxruntime and SafeInt have MIT License. # Package onnx has Apache License 2.0. License: MIT and ASL 2.0 and Boost and BSD @@ -44,9 +44,10 @@ BuildRequires: yaml-cpp BuildRequires: yaml-cpp-devel BuildRequires: gcc-plugin-devel BuildRequires: libstdc++-static +BuildRequires: git %description -%{name} is a framework which enables compilers compilers to integrate ML-driven compiler optimization. +%{name} is a framework which enables compilers to integrate ML-driven compiler optimization. %prep tar -xzf %{SOURCE0} -C . @@ -113,6 +114,9 @@ pushd %{build_dir}/python %changelog +* Wed Feb 05 2025 Feiyang Liu - 1.0.4-5 +- Add BuildRequires for git and fix description typo in spec file. + * Tue Dec 31 2024 Chunfei Yu - 1.0.4-4 - Bugfix and update inline and unroll model