diff options
Diffstat (limited to 'community/openspecfun')
-rw-r--r-- | community/openspecfun/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/openspecfun/APKBUILD b/community/openspecfun/APKBUILD index d8e89ddcbe..6f32502b5e 100644 --- a/community/openspecfun/APKBUILD +++ b/community/openspecfun/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.5.3 pkgrel=1 pkgdesc="A collection of special mathematical functions." url="https://github.com/JuliaLang/openspecfun" -arch="all" +arch="all !s390x" license="MIT public-domain" depends="" makedepends="openlibm-dev gfortran" |