forked from kivy/python-for-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am.patch
More file actions
47 lines (47 loc) · 1.69 KB
/
Makefile.am.patch
File metadata and controls
47 lines (47 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
170c170,180
< scg_headers.h igraph_hacks_internal.h
---
> scg_headers.h igraph_hacks_internal.h \
> arpackobject.h \
> pyattributes.h bfsiter.h \
> common.h convert.h \
> edgeobject.h edgeseqobject.h \
> error.h filehandle.h \
> graphobject.h igraphmodule_api.h \
> indexing.h platform.h \
> py2compat.h pyhelpers.h \
> pyrandom.h vertexobject.h \
> vertexseqobject.h
260c270,287
< qsort.c qsort_r.c types.c hacks.c
---
> qsort.c qsort_r.c types.c hacks.c \
> arpackobject.c \
> pyattributes.c \
> bfsiter.c \
> common.c \
> convert.c \
> edgeobject.c \
> edgeseqobject.c \
> error.c \
> filehandle.c \
> graphobject.c \
> igraphmodule.c \
> indexing.c \
> py2compat.c \
> pyhelpers.c \
> pyrandom.c \
> vertexobject.c \
> vertexseqobject.c
263,265c290,292
< libigraph_la_CFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(WARNING_CFLAGS)
< libigraph_la_CXXFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(WARNING_CFLAGS)
< libigraph_la_LDFLAGS = -no-undefined
---
> libigraph_la_CFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(WARNING_CFLAGS) -IBUILD_PATH/python-install/include/python2.7
> libigraph_la_CXXFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(WARNING_CFLAGS) -IBUILD_PATH/python-install/include/python2.7
> libigraph_la_LDFLAGS = -no-undefined -LBUILD_PATH/python-install/lib -IBUILD_PATH/python-install/include/python2.7
267c294
< $(LAPACK_LIB) $(ARPACK_LIB) $(GLPK_LIB) $(PLFIT_LIB)
---
> $(LAPACK_LIB) $(ARPACK_LIB) $(GLPK_LIB) $(PLFIT_LIB) -lpython2.7