[Bf-blender-cvs] [754f5d39c58] master: installdeps: Fix building numpy with newer py system...

Bastien Montagne noreply at git.blender.org
Wed Oct 4 20:16:56 CEST 2017


Commit: 754f5d39c588d488620d887b66b22ccfb2d45be8
Author: Bastien Montagne
Date:   Wed Oct 4 20:15:35 2017 +0200
Branches: master
https://developer.blender.org/rB754f5d39c588d488620d887b66b22ccfb2d45be8

installdeps: Fix building numpy with newer py system...

Many thanks to Jens Verwiebe for investigating and finding this fix.

===================================================================

M	build_files/build_environment/install_deps.sh

===================================================================

diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 6e2910731bb..70fecea0afd 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -1160,7 +1160,7 @@ compile_Numpy() {
 
     cd $_src
 
-    $_python/bin/python3 setup.py install --prefix=$_inst
+    $_python/bin/python3 setup.py install --old-and-unmanageable --prefix=$_inst
 
     if [ -d $_inst ]; then
       # Can't use _create_inst_shortcut here...



More information about the Bf-blender-cvs mailing list