installdeps: Fix building numpy with newer py system...
Many thanks to Jens Verwiebe for investigating and finding this fix.
This commit is contained in:
@@ -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...
|
||||
|
Reference in New Issue
Block a user