From 0e9e1119fde57f7884741800ff9bcfc3616ea336 Mon Sep 17 00:00:00 2001 From: Sebastien Fabbro Date: Sat, 24 Feb 2007 10:21:18 +0000 Subject: updated cblas dependencies supporting eselect-cblas (Portage version: 2.1.2-r9) --- dev-python/numeric/ChangeLog | 6 +++++- dev-python/numeric/numeric-24.2-r4.ebuild | 7 ++++--- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'dev-python/numeric') diff --git a/dev-python/numeric/ChangeLog b/dev-python/numeric/ChangeLog index a6e028159361..3901c7de19a5 100644 --- a/dev-python/numeric/ChangeLog +++ b/dev-python/numeric/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/numeric # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.29 2007/02/23 23:43:05 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.30 2007/02/24 10:21:18 bicatali Exp $ + + 24 Feb 2007; Sébastien Fabbro + numeric-24.2-r4.ebuild: + fixed minimum cblas dependencies supporting eselect-cblas. *numeric-24.2-r4 (23 Feb 2007) *numeric-24.2-r3 (23 Feb 2007) diff --git a/dev-python/numeric/numeric-24.2-r4.ebuild b/dev-python/numeric/numeric-24.2-r4.ebuild index d31200ce43c0..a570d62a61f6 100644 --- a/dev-python/numeric/numeric-24.2-r4.ebuild +++ b/dev-python/numeric/numeric-24.2-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-24.2-r4.ebuild,v 1.1 2007/02/23 23:43:05 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-24.2-r4.ebuild,v 1.2 2007/02/24 10:21:18 bicatali Exp $ NEED_PYTHON=2.3 @@ -15,8 +15,9 @@ SRC_URI="mirror://sourceforge/numpy/${MY_P}.tar.gz # numeric does not work yet with other cblas implementations # than cblas-reference or blas-atlas (work in progress) -RDEPEND="lapack? ( || ( sci-libs/blas-atlas sci-libs/cblas-reference ) - virtual/lapack )" +RDEPEND="lapack? ( || ( >=sci-libs/blas-atlas-3.7.11-r1 + >=sci-libs/cblas-reference-20030223-r3 ) + virtual/lapack )" DEPEND="${RDEPEND} lapack? ( app-admin/eselect-cblas )" -- cgit v1.2.3-65-gdbad