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

Unified 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, 10 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dev-python/numpy/files/numpy-1.4.0-python-2.7.patch
diff --git a/dev-python/numpy/files/numpy-1.4.0-python-2.7.patch b/dev-python/numpy/files/numpy-1.4.0-python-2.7.patch
new file mode 100644
index 0000000000000000000000000000000000000000..9bc5591f9ab6ea1986143c991007b2622eb14423
--- /dev/null
+++ b/dev-python/numpy/files/numpy-1.4.0-python-2.7.patch
@@ -0,0 +1,13 @@
+--- numpy/distutils/ccompiler.py
++++ numpy/distutils/ccompiler.py
+@@ -2,9 +2,11 @@
+ import os
+ import sys
+ import new
++from copy import copy
+
+ from distutils.ccompiler import *
+ from distutils import ccompiler
++from distutils.errors import DistutilsExecError, DistutilsModuleError, DistutilsPlatformError
+ from distutils.sysconfig import customize_compiler
+ from distutils.version import LooseVersion
« 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