forked from pool/python-numpy
This commit is contained in:
11
numpy-buildfix.patch
Normal file
11
numpy-buildfix.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- numpy/distutils/command/install.py
|
||||
+++ numpy/distutils/command/install.py
|
||||
@@ -58,7 +58,7 @@
|
||||
need_rewrite = False
|
||||
for l in f.readlines():
|
||||
l = l.rstrip()
|
||||
- if ' ' in l:
|
||||
+ if ' ' in l and '%dir ' not in l:
|
||||
need_rewrite = True
|
||||
l = '"%s"' % (l)
|
||||
lines.append(l)
|
Reference in New Issue
Block a user