Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2017-10-04 21:15:35 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-10-04 21:16:39 +0300
commit754f5d39c588d488620d887b66b22ccfb2d45be8 (patch)
treee52348663c93e115370a40d202c16253202c984c /build_files
parent57d7e5b6ee8e8061f964321edec48584fc64ab03 (diff)
installdeps: Fix building numpy with newer py system...
Many thanks to Jens Verwiebe for investigating and finding this fix.
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh2
1 files changed, 1 insertions, 1 deletions
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...