Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
bicatali 07/12/19 02:15:08
Modified: numpy-1.0.4.ebuild ChangeLog
Log:
Fixed site.cfg generation for external blas/lapack
(Portage version: 2.1.4_rc9)
Revision Changes Path
1.5 dev-python/numpy/numpy-1.0.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.0.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.0.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.0.4.ebuild?r1=1.4&r2=1.5
Index: numpy-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.0.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- numpy-1.0.4.ebuild 18 Dec 2007 04:00:24 -0000 1.4
+++ numpy-1.0.4.ebuild 19 Dec 2007 02:15:07 -0000 1.5
@@ -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/numpy/numpy-1.0.4.ebuild,v 1.4 2007/12/18 04:00:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.0.4.ebuild,v 1.5 2007/12/19 02:15:07 bicatali Exp $
NEED_PYTHON=2.3
@@ -65,15 +65,15 @@
if use lapack; then
unset BLAS LAPACK
- cat > setup.cfg << EOF
-[blas_opt]
-libraries = $(pkgconf_cfg --libs-only-l cblas)
-library_dirs = $(pkgconf_cfg --libs-only-L cblas)
-
-[lapack_opt]
-libraries = $(pkgconf_cfg --libs-only-l lapack)
-library_dirs = $(pkgconf_cfg --libs-only-L lapack)
-EOF
+ cat > site.cfg <<-EOF
+ [blas]
+ blas_libs = $(pkgconf_cfg --libs-only-l cblas)
+ library_dirs = $(pkgconf_cfg --libs-only-L cblas)
+
+ [lapack]
+ lapack_libs = $(pkgconf_cfg --libs-only-l lapack)
+ library_dirs = $(pkgconf_cfg --libs-only-L lapack)
+ EOF
fi
}
1.43 dev-python/numpy/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 18 Dec 2007 04:00:24 -0000 1.42
+++ ChangeLog 19 Dec 2007 02:15:07 -0000 1.43
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/numpy
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.42 2007/12/18 04:00:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.43 2007/12/19 02:15:07 bicatali Exp $
+
+ 19 Dec 2007; Sébastien Fabbro <bicatali@g.o> numpy-1.0.4.ebuild:
+ Fixed site.cfg generation for external blas/lapack
18 Dec 2007; Jeroen Roovers <jer@g.o> numpy-1.0.4.ebuild:
Stable for HPPA (bug #202202).
--
gentoo-commits@g.o mailing list
|
|