diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-06-09 19:54:29 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-06-09 19:54:29 +0200 |
commit | 05179ea1a0461694644bb1e186dd407ccbf5e23c (patch) | |
tree | bcf98f8e51d702691d1c7cbb9159ed04988470b5 | |
parent | 99bf81530d2baf917ff2a049a2156c86fbf8c1f7 (diff) | |
download | aports-05179ea1a0461694644bb1e186dd407ccbf5e23c.tar.bz2 aports-05179ea1a0461694644bb1e186dd407ccbf5e23c.tar.xz |
testing/openspecfun: remove armhf from arch (due to openlibm)
-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" |