Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/numpy/files: numpy-1.1.0-f2py.patch
Date: Sun, 22 Jun 2008 11:13:08
Message-Id: E1KANVH-00012s-0X@stork.gentoo.org
1 bicatali 08/06/22 11:13:03
2
3 Added: numpy-1.1.0-f2py.patch
4 Log:
5 Version bump and added more configuration for better multiple lapack implementations
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 dev-python/numpy/files/numpy-1.1.0-f2py.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/files/numpy-1.1.0-f2py.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/files/numpy-1.1.0-f2py.patch?rev=1.1&content-type=text/plain
13
14 Index: numpy-1.1.0-f2py.patch
15 ===================================================================
16 diff -Nur numpy/f2py/f2py.1 numpy/f2py.new/f2py.1
17 --- numpy/f2py/f2py.1 2006-07-26 21:04:19.000000000 +0100
18 +++ numpy/f2py.new/f2py.1 2007-02-14 12:16:47.000000000 +0000
19 @@ -184,7 +184,7 @@
20
21 Optional Numarray 0.9 or higher partially supported.
22
23 -numpy_distutils from Scipy (can be downloaded from F2PY homepage)
24 +numpy_distutils from Numpy (can be downloaded from F2PY homepage)
25 .SH "SEE ALSO"
26 python(1)
27 .SH BUGS
28 @@ -200,10 +200,8 @@
29
30 Mailing list: http://cens.ioc.ee/mailman/listinfo/f2py-users/
31
32 -Scipy website: http://www.numpy.org
33 +Numpy website: http://numeric.numpy.org
34 .SH COPYRIGHT
35 Copyright (c) 1999, 2000, 2001, 2002, 2003, 2004, 2005 Pearu Peterson
36 .SH LICENSE
37 NumPy License
38 -.SH VERSION
39 -2.45.241
40 diff -Nur numpy/f2py/setup.py numpy/f2py.new/setup.py
41 --- numpy/f2py/setup.py 2006-10-03 05:35:22.000000000 +0100
42 +++ numpy/f2py.new/setup.py 2007-02-14 12:16:41.000000000 +0000
43 @@ -35,8 +35,7 @@
44
45 config.add_data_files('src/fortranobject.c',
46 'src/fortranobject.h',
47 - 'f2py.1'
48 )
49
50 config.make_svn_version_py()
51
52
53
54
55 --
56 gentoo-commits@l.g.o mailing list