diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-02-24 10:21:18 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-02-24 10:21:18 +0000 |
commit | 0e9e1119fde57f7884741800ff9bcfc3616ea336 (patch) | |
tree | 1ee380543eb6e66801a272657eef3de2da6eca01 /dev-python/numeric | |
parent | Stable on ppc64; bug #166901 (diff) | |
download | gentoo-2-0e9e1119fde57f7884741800ff9bcfc3616ea336.tar.gz gentoo-2-0e9e1119fde57f7884741800ff9bcfc3616ea336.tar.bz2 gentoo-2-0e9e1119fde57f7884741800ff9bcfc3616ea336.zip |
updated cblas dependencies supporting eselect-cblas
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-python/numeric')
-rw-r--r-- | dev-python/numeric/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/numeric/numeric-24.2-r4.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
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 <bicatali@gentoo.org> + 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 )" |