Hello community, here is the log from the commit of package uhd for openSUSE:Factory checked in at 2015-08-14 14:46:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/uhd (Old) and /work/SRC/openSUSE:Factory/.uhd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uhd" Changes: -------- --- /work/SRC/openSUSE:Factory/uhd/uhd.changes 2015-06-23 11:59:43.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.uhd.new/uhd.changes 2015-08-14 14:46:08.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Aug 12 12:34:58 UTC 2015 - [email protected] + +- arm-neon.patch: don't use 32-bit arm code on 64-bit arm + +------------------------------------------------------------------- New: ---- arm-neon.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uhd.spec ++++++ --- /var/tmp/diff_new_pack.7sHlrq/_old 2015-08-14 14:46:09.000000000 +0200 +++ /var/tmp/diff_new_pack.7sHlrq/_new 2015-08-14 14:46:09.000000000 +0200 @@ -28,6 +28,7 @@ Url: http://ettus-apps.sourcerepo.com/redmine/ettus/projects/uhd/wiki Source0: http://files.ettus.com/binaries/uhd_stable/uhd_%{src_ver}-release/uhd-%{version}.tar.gz Source1: http://files.ettus.com/binaries/images/uhd-images_%{img_ver}-release.tar.gz +Patch0: arm-neon.patch BuildRequires: boost-devel >= 1.36 BuildRequires: cmake >= 2.6 BuildRequires: docutils @@ -108,6 +109,7 @@ %prep %setup -q +%patch0 -p1 # remove buildtime from documentation echo "HTML_TIMESTAMP = NO" >> docs/Doxyfile.in ++++++ arm-neon.patch ++++++ Index: uhd-3.8.4/lib/convert/CMakeLists.txt =================================================================== --- uhd-3.8.4.orig/lib/convert/CMakeLists.txt +++ uhd-3.8.4/lib/convert/CMakeLists.txt @@ -93,7 +93,7 @@ IF(CMAKE_COMPILER_IS_GNUCXX) CHECK_INCLUDE_FILE_CXX(arm_neon.h HAVE_ARM_NEON_H) ENDIF(CMAKE_COMPILER_IS_GNUCXX) -IF(HAVE_ARM_NEON_H) +IF(HAVE_ARM_NEON_H AND NOT "${CMAKE_SYSTEM_PROCESSOR}" MATCHES "aarch64") ENABLE_LANGUAGE(ASM) LIBUHD_APPEND_SOURCES(
