summaryrefslogtreecommitdiffstats
path: root/testing/openblas
diff options
context:
space:
mode:
authorIsaac Dunham <ibid.ag@gmail.com>2014-09-08 23:48:05 -0700
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-11 14:50:37 +0000
commit452eacfed8a7ae27a0841e9787f6c7fcc02cc443 (patch)
treea07f091d948d78b64f467418d47e7e1cd23c6112 /testing/openblas
parentb2ca2d696b1f7225c10b6d5c1bf636f3125e7451 (diff)
downloadaports-452eacfed8a7ae27a0841e9787f6c7fcc02cc443.tar.bz2
aports-452eacfed8a7ae27a0841e9787f6c7fcc02cc443.tar.xz
testing/openblas: add missing makedepend on perl
Diffstat (limited to 'testing/openblas')
-rw-r--r--testing/openblas/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/openblas/APKBUILD b/testing/openblas/APKBUILD
index ce6f2fcd4..27188667a 100644
--- a/testing/openblas/APKBUILD
+++ b/testing/openblas/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Isaac Dunham <ibid.ag@gmail.com>
pkgname=openblas
pkgver=0.2.11
-pkgrel=0
+pkgrel=1
pkgdesc="A fast BSD-licensed BLAS based on gotoBLAS2, with LAPACK"
url="http://www.openblas.net"
arch="all"
license="BSD"
depends=""
depends_dev="gfortran"
-makedepends="$depends_dev"
+makedepends="$depends_dev perl"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::http://github.com/xianyi/OpenBLAS/archive/v$pkgver.tar.gz