From 89eaf3689c6542da3f30fc9f56dc5bd3840de94a Mon Sep 17 00:00:00 2001 From: liyunfei Date: Tue, 30 Jul 2024 23:35:03 +0000 Subject: [PATCH] Disable toolchain_clang build for BiSheng Autotuner support temporary Signed-off-by: liyunfei (cherry picked from commit e59a44a7c3bb85281727ee0fc62edf70e1084abd) --- clang.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/clang.spec b/clang.spec index 90bfdbb..205bdeb 100644 --- a/clang.spec +++ b/clang.spec @@ -1,7 +1,7 @@ %bcond_without sys_llvm %bcond_without check %bcond_with classic_flang -%bcond_without toolchain_clang +%bcond_with toolchain_clang %bcond_without bisheng_autotuner %if %{with toolchain_clang} @@ -43,7 +43,7 @@ Name: %{pkg_name} Version: %{clang_version} -Release: 19 +Release: 20 Summary: A C language family front-end for LLVM License: NCSA @@ -412,6 +412,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C ./_build %{install_bindir}/git-clang-format %changelog +* Tue Jul 30 2024 liyunfei - 17.0.6-20 +- Disable toolchain_clang build for BiSheng Autotuner support temporary. + * Tue Jul 16 2024 liyunfei - 17.0.6-19 - Add BiSheng Autotuner support. -- Gitee