Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[armhf] - Builds fail on launchpad #53

Closed
thopiekar opened this issue Feb 7, 2013 · 0 comments
Closed

[armhf] - Builds fail on launchpad #53

thopiekar opened this issue Feb 7, 2013 · 0 comments

Comments

@thopiekar
Copy link
Contributor

As builds were working at the beginning I was wondering why it now fails to build.

As you can see here: https://launchpad.net/~kivy-team/+archive/kivy-daily/+build/4275170
(build log included)

After checking the setup.py for a while I found the reason at
https://github.com/kivy/pyjnius/blob/master/setup.py#L68

Which just cares about i386 and amd64. What about using platform.machine()?
In case of armel and armhf we would need to add a dict to point at the folder "arm", but this isn't really a problem.
Also x86_64 would be needed to be translated to amd64.

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

No branches or pull requests

1 participant