community/libuhd: update notes

This commit is contained in:
Kevin Mihelich 2016-01-14 00:50:24 +00:00
parent 5ce7d33c6e
commit fb1a2867a2

View file

@ -2,8 +2,7 @@
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Dominik Heidler <dheidler@gmail.com>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - disable neon for AArch64
# remove when bumped upstream
pkgname=libuhd
pkgver=3.9.2
@ -25,8 +24,6 @@ build() {
# fix for py2
find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
[[ $CARCH == "aarch64" ]] && CONFIG="-DHAVE_ARM_NEON_H=OFF"
mkdir -p build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \