mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/libuhd: update notes
This commit is contained in:
parent
5ce7d33c6e
commit
fb1a2867a2
1 changed files with 1 additions and 4 deletions
|
@ -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/ \
|
||||
|
|
Loading…
Reference in a new issue