2024-01-05 19:08:12 +01:00
|
|
|
Name: volk
|
2025-02-17 19:58:22 +01:00
|
|
|
Version: 3.2.0
|
2024-01-05 19:08:12 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: The Vector Optimized Library of Kernels
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 19:08:13 +01:00
|
|
|
URL: https://www.libvolk.org/
|
2024-01-05 19:08:12 +01:00
|
|
|
Source: https://github.com/gnuradio/volk.git/v%{version}/volk-%{version}.tar.bz2
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 19:08:13 +01:00
|
|
|
BuildRequires: libcpu_features-devel
|
2024-01-05 19:08:12 +01:00
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: liborc-devel
|
2024-01-05 19:08:13 +01:00
|
|
|
BuildRequires: libpython311-devel
|
2024-01-05 19:08:12 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 19:08:13 +01:00
|
|
|
BuildRequires: libpython3-devel >= 3.11
|
2024-01-05 19:08:12 +01:00
|
|
|
BuildRequires: cmake
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description
|
|
|
|
The Vector Optimized Library of Kernels.
|
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: Shared libraries for %{name}
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
This package contains shared libraries for %{name}.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
2024-01-05 19:08:13 +01:00
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-05 19:08:12 +01:00
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake -d build
|
2024-01-05 19:08:13 +01:00
|
|
|
|
2024-01-05 19:08:12 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/volk-config-info
|
|
|
|
%{_bindir}/volk_modtool
|
|
|
|
%{_bindir}/volk_profile
|
|
|
|
|
|
|
|
%files -n lib%{name}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libvolk.so.*
|
|
|
|
%dir %{python3_sitearch}/volk_modtool
|
|
|
|
%{python3_sitearch}/volk_modtool/*
|
2024-01-05 19:08:13 +01:00
|
|
|
%doc COPYING
|
2024-01-05 19:08:12 +01:00
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/volk
|
|
|
|
%{_includedir}/volk/*
|
|
|
|
%{_libdir}/libvolk.so
|
|
|
|
%{_libdir}/pkgconfig/volk.pc
|
|
|
|
%dir %{_libdir}/cmake/volk
|
|
|
|
%{_libdir}/cmake/volk/Volk*.cmake
|
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
%changelog
|
2025-02-17 19:58:22 +01:00
|
|
|
* Wed Feb 05 2025 Automatic Build System <autodist@openmamba.org> 3.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-27 10:20:23 +01:00
|
|
|
* Tue Feb 27 2024 Automatic Build System <autodist@openmamba.org> 3.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-31 09:54:38 +01:00
|
|
|
* Tue Jan 30 2024 Automatic Build System <autodist@openmamba.org> 3.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:08:14 +01:00
|
|
|
* Thu Dec 07 2023 Automatic Build System <autodist@mambasoft.it> 3.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:08:13 +01:00
|
|
|
* Sun Oct 15 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.0-1mamba
|
|
|
|
- update to 3.0.0
|
|
|
|
- rebuilt with python3 == 3.11
|
|
|
|
|
2024-01-05 19:08:12 +01:00
|
|
|
* Fri May 06 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.1-1mamba
|
|
|
|
- package created using the webbuild interface
|