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

Buggy dependencies handling with multiple ./distribute.sh #90

Closed
tito opened this issue Jan 28, 2013 · 3 comments
Closed

Buggy dependencies handling with multiple ./distribute.sh #90

tito opened this issue Jan 28, 2013 · 3 comments

Comments

@tito
Copy link
Member

tito commented Jan 28, 2013

We should be smarter when using ./distribute.sh.

We should:

  • seperate C libs with Python extensions, and prior C libs before any python extensions.
  • be smart of the python deps: if someone compiled with -m "kivy" and then "sqlite3 kivy", sqlite3 will be compiled, but not python again. So the module sqlite3 will not appear in the final distribution!
@techtonik
Copy link

How about moving from .sh build system to something more Pythonic like SCons?

@knappador
Copy link
Contributor

Mathieu, does this require better usage of distribute.sh or re-design of
part of distribute.sh?

K

2014-05-19 23:47 GMT+09:00 anatoly techtonik notifications@github.com:

How about moving from .sh build system to something more Pythonic like
SCons?


Reply to this email directly or view it on GitHubhttps://github.com//issues/90#issuecomment-43513261
.

@inclement
Copy link
Member

I'll close this as fixed by the new toolchain - it should build a different python-install for each set of optional dependencies.

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

4 participants