dev-python/numpy: патч для сборки под python2.7

mhiretskiy
parent 78d2b57b75
commit 2f4eb431fa

@ -0,0 +1,13 @@
# Calculate format=diff
diff --git a/numpy/distutils/command/install_clib.py b/numpy/distutils/command/install_clib.py
index 662aa00bd..de7590775 100644
--- a/numpy/distutils/command/install_clib.py
+++ b/numpy/distutils/command/install_clib.py
@@ -19,6 +19,7 @@ class install_clib(Command):
def run (self):
build_clib_cmd = get_cmd("build_clib")
+ build_clib_cmd.ensure_finalized()
build_dir = build_clib_cmd.build_clib
# We need the compiler to get the library name -> filename association
Loading…
Cancel
Save