diff --git a/community/libuhd/PKGBUILD b/community/libuhd/PKGBUILD index 007435745..ec87368fe 100644 --- a/community/libuhd/PKGBUILD +++ b/community/libuhd/PKGBUILD @@ -2,8 +2,7 @@ # Maintainer: Kyle Keen # Contributor: Dominik Heidler -# ALARM: Kevin Mihelich -# - 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/ \