File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- #! /bin/bash
1
+ b #! /bin/bash
2
2
3
3
# Recipe for the Python interface to igraph, a high-performance graph library in C: http://igraph.org/
4
4
#
@@ -18,7 +18,7 @@ RECIPE_igraph=$RECIPES_PATH/igraph
18
18
19
19
20
20
function prebuild_igraph() {
21
- patch setup.py $RECIPE_igraph /setup.py.patch
21
+ true
22
22
}
23
23
24
24
function shouldbuild_igraph() {
@@ -29,6 +29,8 @@ function shouldbuild_igraph() {
29
29
30
30
function build_igraph() {
31
31
cd $BUILD_igraph
32
+ patch setup.py $RECIPE_igraph /setup.py.patch
33
+ patch setup.cfg $RECIPE_igraph /setup.cfg.patch
32
34
push_arm
33
35
34
36
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
Original file line number Diff line number Diff line change
1
+ 2,3c2,3
2
+ < include_dirs = ../../build/include:../../include:/usr/local/include:/usr/include
3
+ < library_dirs = ../../build/src/.libs:../../src/.libs:/usr/local/lib:/usr/lib
4
+ ---
5
+ > include_dirs = ../../build/include:../../include
6
+ > library_dirs = ../../build/src/.libs:../../src/.libs
You can’t perform that action at this time.
0 commit comments