diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-15 20:51:10 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-15 20:51:10 +0200 |
commit | e263d80aa09433f46f5715696999a38c27b2cfc8 (patch) | |
tree | e761a63b8547828e0dfc8e3514561f6865620ec8 /testing | |
parent | 44ac8da0ad638b29911a59ee7c6a1331125f3234 (diff) | |
download | aports-e263d80aa09433f46f5715696999a38c27b2cfc8.tar.bz2 aports-e263d80aa09433f46f5715696999a38c27b2cfc8.tar.xz |
testing/openspecfun: enable on all archs
Diffstat (limited to 'testing')
-rw-r--r-- | testing/openspecfun/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/openspecfun/APKBUILD b/testing/openspecfun/APKBUILD index 9eaf1e58eb..d8e89ddcbe 100644 --- a/testing/openspecfun/APKBUILD +++ b/testing/openspecfun/APKBUILD @@ -2,11 +2,10 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=openspecfun pkgver=0.5.3 -pkgrel=0 +pkgrel=1 pkgdesc="A collection of special mathematical functions." url="https://github.com/JuliaLang/openspecfun" -# openlibm is currently not building for armhf -arch="x86 x86_64" +arch="all" license="MIT public-domain" depends="" makedepends="openlibm-dev gfortran" |