Compare commits
8 Commits
1.0.2-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
8ffa11034f | |||
92c2f9cb90 | |||
b680acab05 | |||
c8b0cfc27d | |||
81830f6acb | |||
c8bd06ef4f | |||
630193552a | |||
6994758617 |
34
highway.spec
34
highway.spec
@@ -1,5 +1,5 @@
|
||||
Name: highway
|
||||
Version: 1.0.2
|
||||
Version: 1.3.0
|
||||
Release: 1mamba
|
||||
Summary: A C++ library that provides portable SIMD/vector intrinsics
|
||||
Group: System/Libraries
|
||||
@@ -39,7 +39,6 @@ Requires: pkg-config
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@@ -47,6 +46,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
|
||||
@@ -60,8 +62,6 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
@@ -78,8 +78,34 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_libdir}/libhwy_contrib.so
|
||||
%{_libdir}/libhwy_test.so
|
||||
%{_libdir}/pkgconfig/libhwy*.pc
|
||||
%dir %{_libdir}/cmake/hwy
|
||||
%{_libdir}/cmake/hwy/hwy*.cmake
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Fri Aug 15 2025 Automatic Build System <autodist@openmamba.org> 1.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 01 2024 Automatic Build System <autodist@openmamba.org> 1.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 18 2024 Automatic Build System <autodist@openmamba.org> 1.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 30 2023 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 15 2023 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
* Sat Jan 21 2023 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Reference in New Issue
Block a user