aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-scipy
diff options
context:
space:
mode:
authorIsaac Dunham <ibid.ag@gmail.com>2014-09-09 15:32:26 -0700
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-11 08:00:57 +0000
commit0f4a8a37a599930772ae8df081b3c188be860dc3 (patch)
tree5580cb4430df288ae212408c4c460641107707a5 /testing/py-scipy
parenta6ccd58efc2e166154dcc775578afa4ccbcca1ad (diff)
downloadaports-0f4a8a37a599930772ae8df081b3c188be860dc3.tar.bz2
aports-0f4a8a37a599930772ae8df081b3c188be860dc3.tar.xz
testing/py-scipy: expand depends_dev
assume python-dev, openblas-dev, etc. will be needed if compiling against it
Diffstat (limited to 'testing/py-scipy')
-rw-r--r--testing/py-scipy/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-scipy/APKBUILD b/testing/py-scipy/APKBUILD
index c9097bec4e..b1fb0f1e8e 100644
--- a/testing/py-scipy/APKBUILD
+++ b/testing/py-scipy/APKBUILD
@@ -3,14 +3,14 @@
pkgname=py-scipy
_pkgname=scipy
pkgver=0.14.0
-pkgrel=0
+pkgrel=1
pkgdesc="Python library for scientific computing"
url="http://www.scipy.org"
arch="all"
license="BSD"
depends="python"
-depends_dev=""
-makedepends="python-dev gfortran py-numpy-dev openblas-dev py-setuptools"
+depends_dev="python-dev gfortran py-numpy-dev openblas-dev"
+makedepends="$depends_dev py-setuptools"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://sourceforge.net/projects/scipy/files/scipy/$pkgver/scipy-$pkgver.tar.gz"