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

Many thanks to Jens Verwiebe for investigating and finding this fix.
This commit is contained in:
Bastien Montagne 2017-10-04 20:15:35 +02:00
parent 57d7e5b6ee
commit 754f5d39c5
Notes: blender-bot 2023-02-14 07:08:26 +01:00
Referenced by issue #53079, Blender Crash to Desktop Rendering with HDRI (EXR) Maybe others not tested
Referenced by issue #52952, install_deps.sh - numpy build fails on linux
1 changed files with 1 additions and 1 deletions

View File

@ -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...