summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-01-20 13:24:43 -0500
committerGuillaume Horel2017-01-20 13:24:43 -0500
commite93f403979c40d03db18d766d842e8683b2b37b6 (patch)
tree7106346c65ef1af8863f3c4377849e7ea40ebc2b
parenta7d99e470be8ca199672539545d6776d4ee01975 (diff)
downloadaur-e93f403979c40d03db18d766d842e8683b2b37b6.tar.gz
add optional dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71a1ace42d72..5c18d8c13755 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = python-cvxpy
depends = python-scipy
depends = python-toolz
depends = python-cvxcanon
+ optdepends = python-scs
source = https://github.com/cvxgrp/cvxpy/archive/v0.4.8.tar.gz
sha256sums = d8d957449aed59c1e6c4b1f3984f637e996816f3a824bc061712e69c40b1e3b9
diff --git a/PKGBUILD b/PKGBUILD
index 860aef2468ed..47d94d1711b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ depends=('python'
'python-toolz'
'python-cvxcanon')
makedepends=('python-setuptools')
+optdepends=('python-scs')
license=('GPL3')
arch=('any')
source=("https://github.com/cvxgrp/cvxpy/archive/v${pkgver}.tar.gz")