Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Side by Side Diff: dev-python/numpy/files/numpy-1.1.0-f2py.patch

Issue 661443: Fixes so that libcros can compile on ARM. We update to a newer version of (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | dev-python/numpy/files/numpy-1.3.0-fenv-freebsd.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 diff -Nur numpy/f2py/f2py.1 numpy/f2py.new/f2py.1
2 --- numpy/f2py/f2py.1 2006-07-26 21:04:19.000000000 +0100
3 +++ numpy/f2py.new/f2py.1 2007-02-14 12:16:47.000000000 +0000
4 @@ -184,7 +184,7 @@
5
6 Optional Numarray 0.9 or higher partially supported.
7
8 -numpy_distutils from Scipy (can be downloaded from F2PY homepage)
9 +numpy_distutils from Numpy (can be downloaded from F2PY homepage)
10 .SH "SEE ALSO"
11 python(1)
12 .SH BUGS
13 @@ -200,10 +200,8 @@
14
15 Mailing list: http://cens.ioc.ee/mailman/listinfo/f2py-users/
16
17 -Scipy website: http://www.numpy.org
18 +Numpy website: http://numeric.numpy.org
19 .SH COPYRIGHT
20 Copyright (c) 1999, 2000, 2001, 2002, 2003, 2004, 2005 Pearu Peterson
21 .SH LICENSE
22 NumPy License
23 -.SH VERSION
24 -2.45.241
25 diff -Nur numpy/f2py/setup.py numpy/f2py.new/setup.py
26 --- numpy/f2py/setup.py 2006-10-03 05:35:22.000000000 +0100
27 +++ numpy/f2py.new/setup.py 2007-02-14 12:16:41.000000000 +0000
28 @@ -35,8 +35,7 @@
29
30 config.add_data_files('src/fortranobject.c',
31 'src/fortranobject.h',
32 - 'f2py.1'
33 )
34
35 config.make_svn_version_py()
36
OLDNEW
« no previous file with comments | « no previous file | dev-python/numpy/files/numpy-1.3.0-fenv-freebsd.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698