diff options
-rw-r--r-- | testing/openspecfun/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/openspecfun/APKBUILD b/testing/openspecfun/APKBUILD index 5a80d06e36..b607f795b2 100644 --- a/testing/openspecfun/APKBUILD +++ b/testing/openspecfun/APKBUILD @@ -5,7 +5,8 @@ pkgver=0.5.2 pkgrel=0 pkgdesc="A collection of special mathematical functions." url="https://github.com/JuliaLang/openspecfun" -arch="all" +# openlibm is currently not building for armhf +arch="x86 x86_64" license="MIT public-domain" depends="" depends_dev="openlibm-dev" |