8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d424a commit d930da6Copy full SHA for d930da6
recipes/igraph/recipe.sh
@@ -30,7 +30,7 @@ function build_igraph() {
30
push_arm
31
32
patch setup.py $RECIPE_igraph/setup.py.patch
33
- try $HOSTPYTHON setup.py build_ext -p arm-gnueabi -L "$BUILD_PATH/libs" -I "$BUILD_PATH/python-install/include/igraph/" install --no-pkg-config --root $BUILD_PATH/python-install
+ try $HOSTPYTHON setup.py build_ext -p arm-gnueabi -L "$BUILD_PATH/libs" -I "$BUILD_PATH/python-install/include/igraph/" install --root $BUILD_PATH/python-install --install-platlib $BUILD_PATH/python-install/lib/python2.7/lib-dynload
34
35
pop_arm
36
}
0 commit comments