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

Side by Side Diff: dev-python/numpy/files/numpy-1.4.0-interix.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
OLDNEW
(Empty)
1 Reported [2010.01.18]: http://projects.scipy.org/numpy/ticket/1365
2
3 diff -ru numpy-1.4.0.orig/numpy/core/setup.py numpy-1.4.0/numpy/core/setup.py
4 --- numpy-1.4.0.orig/numpy/core/setup.py 2010-01-15 16:49:14 +0100
5 +++ numpy-1.4.0/numpy/core/setup.py 2010-01-15 17:02:27 +0100
6 @@ -169,6 +169,9 @@
7 priv = []
8 pub = []
9
10 + if os.uname()[0] == "Interix":
11 + return priv, pub
12 +
13 # Check for complex support
14 st = config.check_header('complex.h')
15 if st:
OLDNEW
« no previous file with comments | « dev-python/numpy/files/numpy-1.3.0-fenv-freebsd.patch ('k') | dev-python/numpy/files/numpy-1.4.0-python-2.7.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698