Properly check valgrind arches
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
c2a6ffdf40
commit
8387a44929
@ -3,7 +3,7 @@
|
||||
|
||||
Name: qm-dsp
|
||||
Version: 1.7.1
|
||||
Release: 18%{?dist}
|
||||
Release: 18.0.riscv64%{?dist}
|
||||
Summary: Library for DSP and Music Informatics purposes
|
||||
|
||||
# some source files with different original licenses, see README.txt
|
||||
@ -22,7 +22,9 @@ BuildRequires: make
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: imake
|
||||
BuildRequires: kiss-fft-static
|
||||
%ifarch %{valgrind_arches}
|
||||
BuildRequires: valgrind
|
||||
%endif
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||
BuildRequires: boost148-devel
|
||||
%else
|
||||
@ -95,6 +97,9 @@ LDFLAGS="%{?__global_ldflags}" \
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 30 2023 David Abdurachmanov <davidlt@rivosinc.com> - 1.7.1-18.0.riscv64
|
||||
- Properly check valgrind arches
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user