From df71ad5d5402c642ca1f38950ca25db98eada4d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=AE=81?= Date: Fri, 28 Feb 2025 05:57:38 +0000 Subject: [PATCH] Add sw_64 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张少宁 --- range-v3.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/range-v3.spec b/range-v3.spec index fc200df..b42efc2 100644 --- a/range-v3.spec +++ b/range-v3.spec @@ -3,7 +3,7 @@ Name: range-v3 Summary: Experimental range library for C++11/14/17 Version: 0.12.0 -Release: 1 +Release: 2 License: BSL-1.0 URL: https://github.com/ericniebler/%{name} @@ -30,6 +30,7 @@ Provides: %{name}-static = %{version}-%{release} mkdir build && cd build %cmake \ -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_CXX_FLAGS_RELEASE="-O3 " \ -DRANGES_ENABLE_WERROR:BOOL=OFF \ -DRANGES_MODULES:BOOL=OFF \ -DRANGES_NATIVE:BOOL=OFF \ @@ -55,6 +56,9 @@ make test %{_libdir}/cmake/%{name} %changelog +* Fri Feb 28 2025 zhangshaoning - 0.12.0-2 +- Add sw_64 support + * Sta May 6 2023 will_niutao - 0.12.0-1 - Init for openEuler -- Gitee