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

Setup wheel-build repository #1731

Closed
12 of 13 tasks
menshikh-iv opened this issue Nov 21, 2017 · 1 comment
Closed
12 of 13 tasks

Setup wheel-build repository #1731

menshikh-iv opened this issue Nov 21, 2017 · 1 comment
Assignees
Labels
difficulty hard Hard issue: required deep gensim understanding & high python/cython skills testing Issue related with testing (code, documentation, etc)

Comments

@menshikh-iv
Copy link
Contributor

menshikh-iv commented Nov 21, 2017

It's very useful to have wheels for all platforms because it allows avoiding many problems with compilation.
Right now, we build windows x64 wheels in gensim and MacOSX wheels in gensim-wheels.

Distinct repo looks like the best solution because for wheel building & testing we need some untrivial CI configurations and this action needs a lot of time (we don't want to have very slow CI in the current repo).

Also, this allows making release process easier (build all wheels by one commit/command), centralized testing of wheels.

What's need to make

  • Linux wheels

    • (2.7, 3.5, 3.6) X (x32, x64)
    • Rackpace
    • Notifications
  • Windows wheels

    • (2.7, 3.5, 3.6) X (x32, x64)
    • Rackpace
    • Notifications
  • MacOSx wheels

    • (2.7, 3.5, 3.6)
    • Rackpace
    • Notifications
  • (Optional) Cron jobs (for everyday build)

Related links:

@menshikh-iv menshikh-iv added difficulty hard Hard issue: required deep gensim understanding & high python/cython skills testing Issue related with testing (code, documentation, etc) labels Nov 21, 2017
@menshikh-iv menshikh-iv self-assigned this Nov 21, 2017
@menshikh-iv
Copy link
Contributor Author

Resolved in MacPython/gensim-wheels#7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty hard Hard issue: required deep gensim understanding & high python/cython skills testing Issue related with testing (code, documentation, etc)
Projects
None yet
Development

No branches or pull requests

1 participant