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

Side by Side Diff: dev-python/numpy/files/numpy-1.4.0-python-2.7.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 | « dev-python/numpy/files/numpy-1.4.0-interix.patch ('k') | dev-python/numpy/numpy-1.4.0.ebuild » ('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 --- numpy/distutils/ccompiler.py
2 +++ numpy/distutils/ccompiler.py
3 @@ -2,9 +2,11 @@
4 import os
5 import sys
6 import new
7 +from copy import copy
8
9 from distutils.ccompiler import *
10 from distutils import ccompiler
11 +from distutils.errors import DistutilsExecError, DistutilsModuleError, Distutil sPlatformError
12 from distutils.sysconfig import customize_compiler
13 from distutils.version import LooseVersion
OLDNEW
« no previous file with comments | « dev-python/numpy/files/numpy-1.4.0-interix.patch ('k') | dev-python/numpy/numpy-1.4.0.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698