aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-06-04 07:47:48 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-06-04 07:47:48 +0000
commitfec068c55673f59cde59a3c783f6c8a4604af4e3 (patch)
tree5d799723b91e2f30ab363f80caf6772f87bcf182
parent29b154f4f5c87fc778204e9be25b8e628a31d14f (diff)
downloadaports-fec068c55673f59cde59a3c783f6c8a4604af4e3.tar.bz2
aports-fec068c55673f59cde59a3c783f6c8a4604af4e3.tar.xz
community/suitesparse: add missing make dependency
suiteparse requires cmake to build
-rw-r--r--community/suitesparse/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/suitesparse/APKBUILD b/community/suitesparse/APKBUILD
index bef3b9dfd9..c484ee6885 100644
--- a/community/suitesparse/APKBUILD
+++ b/community/suitesparse/APKBUILD
@@ -9,7 +9,7 @@ url="http://faculty.cse.tamu.edu/davis/suitesparse.html"
arch="all"
license="GPL"
depends_dev="openblas-dev>=0.3.0"
-makedepends="$depends_dev"
+makedepends="$depends_dev cmake"
subpackages="$pkgname-dev $pkgname-doc"
source="http://faculty.cse.tamu.edu/davis/$_pkgname/$_pkgname-$pkgver.tar.gz
0001-exclude-metis.patch