From 754f5d39c588d488620d887b66b22ccfb2d45be8 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 4 Oct 2017 20:15:35 +0200 Subject: installdeps: Fix building numpy with newer py system... Many thanks to Jens Verwiebe for investigating and finding this fix. --- build_files/build_environment/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files') 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... -- cgit v1.2.3