!7 [sync] PR-5: 【轻量级 PR】:Add sw_64 support

From: @openeuler-sync-bot 
Reviewed-by: @davidhan008 
Signed-off-by: @davidhan008
This commit is contained in:
openeuler-ci-bot 2025-04-07 02:32:57 +00:00 committed by Gitee
commit 8fefd1ef80
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <zhangshaoning@uniontech.com> - 0.12.0-2
- Add sw_64 support
* Sta May 6 2023 will_niutao <niutao2@huawei.com> - 0.12.0-1
- Init for openEuler