SHA256
1
0
forked from pool/volk

Accepting request 856759 from home:mnhauke:sdr-devel

- Update to version 2.4.1
  Build
  * cpu_features CMake option
  * Add cpu_features to static library build.
  * Use static liborc-0.4 library for static library build.
  * cmake: Detect if cpu_features submodule is present.
  Install
  * Check for lib64 versus lib and set LIB_SUFFIX accordingly.
- Switch back to the release github tarballs
- Verify source signature

OBS-URL: https://build.opensuse.org/request/show/856759
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/volk?expand=0&rev=11
This commit is contained in:
Martin Pluskal
2020-12-18 06:08:51 +00:00
committed by Git OBS Bridge
parent 2fef475cfd
commit 7045157eeb
7 changed files with 76 additions and 19 deletions

View File

@@ -19,13 +19,15 @@
%global sonum 2
%global soname 2_4
Name: volk
Version: 2.4.0
Version: 2.4.1
Release: 0
Summary: Vector-Optimized Library of Kernels
License: GPL-3.0-only
Group: Development/Libraries/C and C++
URL: https://libvolk.org/
Source: %{name}-%{version}.tar.xz
Source: https://github.com/gnuradio/volk/releases/download/v%{version}/%{name}-%{version}.tar.xz
Source98: https://github.com/gnuradio/volk/releases/download/v%{version}/%{name}-%{version}.tar.xz.asc#/%{name}-%{version}.tar.xz.sig
Source99: https://github.com/gnuradio/volk/releases/download/v%{version}/gpg_volk_release_key.asc#/volk.keyring
Patch0: volk-fix-cpu_features-compilation-error.patch
BuildRequires: cmake
BuildRequires: fdupes