aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-06-09 23:46:02 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-06-09 23:48:11 +0200
commitd15f6896ba797bea0438084125e8c09417c37be9 (patch)
tree36806cd2f01f080d149796ea1c33183e73b1a973 /testing
parent12ecd81bbe54bbd873c73c6bb81c41b124cadca5 (diff)
downloadaports-d15f6896ba797bea0438084125e8c09417c37be9.tar.bz2
aports-d15f6896ba797bea0438084125e8c09417c37be9.tar.xz
testing/openspecfun: remove openlibm-dev from depends_dev
Abuild is able to autodiscover it from .pc file.
Diffstat (limited to 'testing')
-rw-r--r--testing/openspecfun/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/openspecfun/APKBUILD b/testing/openspecfun/APKBUILD
index b607f795b2..95f5f675d3 100644
--- a/testing/openspecfun/APKBUILD
+++ b/testing/openspecfun/APKBUILD
@@ -2,15 +2,14 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=openspecfun
pkgver=0.5.2
-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"
license="MIT public-domain"
depends=""
-depends_dev="openlibm-dev"
-makedepends="$depends_dev gfortran"
+makedepends="openlibm-dev gfortran"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/JuliaLang/$pkgname/archive/v$pkgver.tar.gz
openspecfun.pc