From 7d127df573153c0998183ab7ce3f2d0067014a67 Mon Sep 17 00:00:00 2001 From: ouuleilei Date: Tue, 26 Nov 2024 09:51:42 +0000 Subject: [PATCH] update openmp.spec. Signed-off-by: ouuleilei --- openmp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openmp.spec b/openmp.spec index 6835123..4abfc35 100644 --- a/openmp.spec +++ b/openmp.spec @@ -38,7 +38,7 @@ Name: %{pkg_name} Version: %{openmp_version} -Release: 3 +Release: 4 Summary: OpenMP runtime for clang License: Apache License 2.0 @@ -152,6 +152,9 @@ rm -rf %{buildroot}%{install_libdir}/libarcher_static.a %{install_libdir}/libomptarget.so %changelog +* Feb Nov 26 2024 wangliu - 17.0.6-4 +- riscv64 test + * Tue Aug 20 2024 liyunfei - 17.0.6-3 - Add BiSheng Autotuner support. -- Gitee