diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2009-09-06 22:40:48 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2009-09-06 22:40:48 +0000 |
commit | ace7fb24f1c969f5ef6a8efdf51a8d9030990b80 (patch) | |
tree | d1ccd9b2a953e026254e553a11ef2aafa136bdec /dev-python/numeric | |
parent | Delete old patch. (diff) | |
download | gentoo-2-ace7fb24f1c969f5ef6a8efdf51a8d9030990b80.tar.gz gentoo-2-ace7fb24f1c969f5ef6a8efdf51a8d9030990b80.tar.bz2 gentoo-2-ace7fb24f1c969f5ef6a8efdf51a8d9030990b80.zip |
Remove unused patch. Fix repoman complains.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/numeric')
-rw-r--r-- | dev-python/numeric/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/numeric/files/numeric-24.2-lapack.patch | 30 | ||||
-rw-r--r-- | dev-python/numeric/numeric-23.7.ebuild | 5 |
3 files changed, 9 insertions, 34 deletions
diff --git a/dev-python/numeric/ChangeLog b/dev-python/numeric/ChangeLog index 084d6b9b202f..3d2d0bf1e0e9 100644 --- a/dev-python/numeric/ChangeLog +++ b/dev-python/numeric/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/numeric -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.46 2009/04/13 11:38:12 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.47 2009/09/06 22:40:48 idl0r Exp $ + + 06 Sep 2009; Christian Ruppert <idl0r@gentoo.org> numeric-23.7.ebuild, + -files/numeric-24.2-lapack.patch: + Remove unused patch. Fix repoman complains. 13 Apr 2009; Raúl Porcel <armin76@gentoo.org> numeric-24.2-r6.ebuild: Add ~arm/~sh diff --git a/dev-python/numeric/files/numeric-24.2-lapack.patch b/dev-python/numeric/files/numeric-24.2-lapack.patch deleted file mode 100644 index 6bcc0c8a6ee6..000000000000 --- a/dev-python/numeric/files/numeric-24.2-lapack.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- Numeric-24.2.orig/customize.py 2005-11-13 02:40:14.000000000 +0000 -+++ Numeric-24.2/customize.py 2007-09-04 17:55:31.176332574 +0100 -@@ -13,9 +13,9 @@ - # will be used, except on Mac OS X, where the vecLib framework will be used - # if found. - --use_system_lapack = 0 -+use_system_lapack = 1 - lapack_library_dirs = [] --lapack_libraries = [] -+lapack_libraries = [@LAPACKLIB@, @FLIB@] - lapack_extra_link_args = [] - - # Example: using ATLAS -@@ -35,11 +35,11 @@ - - # Set use_dotblas to 1 to use BLAS for the matrix multiplication routines. - # Put the directory that 'cblas.h' is in into dotblas_include_dirs --use_dotblas = 0 --dotblas_include_dirs = [] -+use_dotblas = 1 -+dotblas_include_dirs = [@CBLASINC@] - dotblas_cblas_header = '<cblas.h>' --dotblas_library_dirs = lapack_library_dirs --dotblas_libraries = lapack_libraries -+dotblas_library_dirs = [] -+dotblas_libraries = [@CBLASLIB@, @FLIB@] - dotblas_extra_link_args = [] - - # Example: using ATLAS diff --git a/dev-python/numeric/numeric-23.7.ebuild b/dev-python/numeric/numeric-23.7.ebuild index ebfd426bd3e9..a19701094c17 100644 --- a/dev-python/numeric/numeric-23.7.ebuild +++ b/dev-python/numeric/numeric-23.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.7.ebuild,v 1.17 2006/07/05 05:25:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.7.ebuild,v 1.18 2009/09/06 22:40:48 idl0r Exp $ inherit distutils eutils @@ -18,6 +18,7 @@ IUSE="" # 2.1 gave sandbox violations see #21 DEPEND=">=dev-lang/python-2.2" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} |