Skip to content
Snippets Groups Projects
Commit a42cba07 authored by alice's avatar alice
Browse files

community/highway: run aarch64 tests again

parent 13023ff1
No related branches found
No related tags found
No related merge requests found
# Maintainer: Alex Xu (Hello71) <alex_y_xu@yahoo.ca>
pkgname=highway
pkgver=1.0.5
pkgrel=0
pkgrel=1
pkgdesc="Performance-portable, length-agnostic SIMD with runtime dispatch"
url="https://github.com/google/highway"
arch="all"
......@@ -16,9 +16,8 @@ subpackages="
source="https://github.com/google/highway/archive/$pkgver/highway-$pkgver.tar.gz"
case "$CARCH" in
# aarch64: gcc fails to compile swizzle_test in 1.0.5
# ppc64le: detects PPC9 as baseline on the builder cpu, even though actually PPC8
aarch64|ppc64le) options="$options !check" ;;
ppc64le) options="$options !check" ;;
esac
build() {
......@@ -44,7 +43,9 @@ build() {
check() {
cd build
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
# https://github.com/google/highway/issues/1549
CTEST_OUTPUT_ON_FAILURE=TRUE ctest \
-E "(HighwayTestGroup/HighwayTest.*/NEON*|HwyMathTestGroup/HwyMathTest.TestAllAtan2/NEON*|SortTestGroup/SortTest.TestAllFloatInf/NEON*)"
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment