aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openspecfun/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-08-15 20:51:10 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-08-15 20:51:10 +0200
commite263d80aa09433f46f5715696999a38c27b2cfc8 (patch)
treee761a63b8547828e0dfc8e3514561f6865620ec8 /testing/openspecfun/APKBUILD
parent44ac8da0ad638b29911a59ee7c6a1331125f3234 (diff)
testing/openspecfun: enable on all archs
Diffstat (limited to 'testing/openspecfun/APKBUILD')
-rw-r--r--testing/openspecfun/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/openspecfun/APKBUILD b/testing/openspecfun/APKBUILD
index 9eaf1e58ebd..d8e89ddcbe8 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"