uhd: add explicit python_version

This commit is contained in:
Andrew J. Hesford 2020-04-21 14:55:13 -04:00 committed by Toyam Cox
parent 0b85abedf5
commit 003b6dc300
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ homepage="https://files.ettus.com/"
changelog="https://raw.githubusercontent.com/EttusResearch/uhd/master/CHANGELOG"
distfiles="https://github.com/EttusResearch/uhd/archive/v${version}.tar.gz"
checksum=eed4a77d75faafff56be78985950039f8d9d1eb9fcbd58b8862e481dd49825cd
python_version=2 #unverified
case "${XBPS_TARGET_MACHINE}" in
arm*) configure_args="-DNEON_SIMD_ENABLE=OFF"