summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 154dccff4b8b..eb982e6a1c4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = python-ecos
depends = python-numpy
depends = python-scipy
depends = ecos
+ depends = suitesparse
source = https://github.com/embotech/ecos-python/archive/v2.0.4.tar.gz
source = use_external_ecos.patch
sha256sums = d16907b0e9f41bbe7f43c37562e0d361db1f4d2e5fc7e91125899b4fdd062790
diff --git a/PKGBUILD b/PKGBUILD
index 91ea8d3f9941..3ad1c88c5800 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ url="https://github.com/embotech/ecos-python"
depends=('python'
'python-numpy'
'python-scipy'
- 'ecos')
+ 'ecos'
+ 'suitesparse')
makedepends=('python-setuptools')
license=('GPL3')
arch=('i686' 'x86_64')