File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ RECIPE_igraph=$RECIPES_PATH/igraph
18
18
19
19
20
20
function prebuild_igraph() {
21
- true
21
+ try patch $BUILD_igraph /setup.py $RECIPE_igraph /setup.py.patch
22
+ try patch $BUILD_igraph /setup.cfg $RECIPE_igraph /setup.cfg.patch
22
23
}
23
24
24
25
function shouldbuild_igraph() {
@@ -29,8 +30,6 @@ function shouldbuild_igraph() {
29
30
30
31
function build_igraph() {
31
32
cd $BUILD_igraph
32
- patch setup.py $RECIPE_igraph /setup.py.patch
33
- patch setup.cfg $RECIPE_igraph /setup.cfg.patch
34
33
push_arm
35
34
36
35
try $HOSTPYTHON setup.py build_ext -I" $BUILD_PATH /python-install/include/igraph:$ANDROIDNDK /sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include" -L" $BUILD_PATH /python-install/lib:$ANDROIDNDK /sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi" -l gnustl_static -p arm-gnueabi install
You can’t perform that action at this time.
0 commit comments