Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(287)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
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.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
dev-python/numpy/files/numpy-1.1.0-f2py.patch
dev-python/numpy/files/numpy-1.3.0-fenv-freebsd.patch
dev-python/numpy/files/numpy-1.4.0-interix.patch
dev-python/numpy/files/numpy-1.4.0-python-2.7.patch
dev-python/numpy/numpy-1.4.0.ebuild
dev-python/pygobject/files/pygobject-2.15.4-fix-codegen-location.patch
dev-python/pygobject/files/pygobject-2.18.0-automake111.patch
dev-python/pygobject/files/pygobject-2.18.0-cross-generate-constants.patch
dev-python/pygobject/files/pygobject-2.18.0-make_check.patch
dev-python/pygobject/pygobject-2.18.0.ebuild
profiles/targets/chromeos/package.keywords
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')
OLD
NEW
(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
OLD
NEW
« 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 »
Issue 661443: Fixes so that libcros can compile on ARM. We update to a newer version of (Closed)
Created 10 years, 9 months ago by tedbo
Modified 9 years, 7 months ago
Reviewers: piman
Base URL:
Comments: 0
This is Rietveld
408576698