Enabled build on ppc64 on RHEL

This commit is contained in:
Jaroslav Škarvada 2015-03-12 14:11:13 +01:00
parent cf75dd29cd
commit 6d23dab1fb
1 changed files with 4 additions and 5 deletions

View File

@ -25,7 +25,7 @@
Name: uhd
URL: http://code.ettus.com/redmine/ettus/projects/uhd/wiki
Version: %{ver_major}.%{ver_minor}.%{ver_patch}
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv3+
BuildRequires: cmake
BuildRequires: boost-devel, libusb1-devel, python-cheetah, ncurses-devel
@ -37,10 +37,6 @@ Requires(pre): shadow-utils
Requires: tkinter
Group: Applications/Engineering
Summary: Universal Hardware Driver for Ettus Research products
# Workaround for rhbz#1128127
%if 0%{?rhel:1}
ExcludeArch: ppc64
%endif
Source0: http://github.com/EttusResearch/uhd/archive/release_%{ver_}.tar.gz#/uhd-release_%{ver_}.tar.gz
Source1: %{name}-limits.conf
Source2: http://files.ettus.com/binaries/images/uhd-images_%{ver}-release.tar.gz
@ -212,6 +208,9 @@ install -Dpm 0755 tools/uhd_dump/chdr_log %{buildroot}%{_bindir}/chdr_log
%{_bindir}/chdr_log
%changelog
* Thu Mar 12 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 3.8.2-3
- Enabled build on ppc64 on RHEL
* Wed Mar 11 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 3.8.2-2
- Fixed building without NEON, especially on aarch64
Resolves: rhbz#1200836