Skip to content

Fix bug in igraph recipe#177

Merged
tito merged 4 commits into
kivy:masterfrom
clayote:igraph
Dec 8, 2013
Merged

Fix bug in igraph recipe#177
tito merged 4 commits into
kivy:masterfrom
clayote:igraph

Conversation

@clayote

@clayote clayote commented Nov 29, 2013

Copy link
Copy Markdown
Contributor

igraph was failing to build when the build machine (x64) had its own igraph libraries. setup.py links against stuff in /usr/local/lib by default. Now I've patched it so it doesn't.

…or a non-ARM achitecture.

Also, get_platform.py was never really used. I thought I'd need to know exactly how distutils wanted me to write the architecture name, but I didn't really.
@clayote

clayote commented Nov 29, 2013

Copy link
Copy Markdown
Contributor Author

Please pull again, I fixed a bug

Comment thread recipes/igraph/recipe.sh

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

normally, the patch is done is the prebuild phase, as the build be recalled later, so double-patch will not work. Do another PR for that please :)

tito added a commit that referenced this pull request Dec 8, 2013
@tito tito merged commit c87a33c into kivy:master Dec 8, 2013
@clayote

clayote commented Dec 8, 2013

Copy link
Copy Markdown
Contributor Author

In my testing, the prebuild phase never actually executed. Could I get some clarification on when it happens?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants