automatic version update by autodist [release 1.0.5-1mamba;Thu Jul 20 2023]

This commit is contained in:
Automatic Build System 2024-01-05 23:41:18 +01:00
parent 630193552a
commit c8bd06ef4f

View File

@ -1,5 +1,5 @@
Name: highway
Version: 1.0.4
Version: 1.0.5
Release: 1mamba
Summary: A C++ library that provides portable SIMD/vector intrinsics
Group: System/Libraries
@ -47,6 +47,9 @@ This package contains libraries and header files for developing applications tha
%build
%cmake -d build \
\
%ifarch aarch64 arm
-DBUILD_TESTING=OFF \
%endif
%ifarch arm
-DCMAKE_CXX_FLAGS="%{optflags} -march=armv5te -mfloat-abi=softfp -latomic"
%endif
@ -83,6 +86,9 @@ This package contains libraries and header files for developing applications tha
%doc README.md
%changelog
* Thu Jul 20 2023 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
- automatic version update by autodist
* Sun Mar 19 2023 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
- automatic version update by autodist