summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/cvxopt')
-rw-r--r--dev-python/cvxopt/cvxopt-1.1.8.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/cvxopt/cvxopt-1.1.8.ebuild b/dev-python/cvxopt/cvxopt-1.1.8.ebuild
index 98614489900b..86524f931f89 100644
--- a/dev-python/cvxopt/cvxopt-1.1.8.ebuild
+++ b/dev-python/cvxopt/cvxopt-1.1.8.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
sci-libs/umfpack:0=
dsdp? ( sci-libs/dsdp:0= )
fftw? ( sci-libs/fftw:3.0= )
- glpk? ( sci-mathematics/glpk:0= )
+ glpk? ( >=sci-mathematics/glpk-4.49:0= )
gsl? ( sci-libs/gsl:0= )"
DEPEND="${RDEPEND}
virtual/pkgconfig
@@ -37,9 +37,6 @@ DEPEND="${RDEPEND}
python_prepare_all(){
epatch "${FILESDIR}"/${P}-setup.patch
- has_version ">=sci-mathematics/glpk-4.49" && \
- epatch "${FILESDIR}"/${PN}-1.1.6-glpk449.patch
-
rm -r src/C/SuiteSparse*/ || die
pkg_lib() {