-
Notifications
You must be signed in to change notification settings - Fork 115
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
Conda-forge package #35
Comments
Let me discuss the naming concern with a few devs here, and I'll try to see what we can do. |
I made a request to create a |
The conda-forge setup for simhash-py was created at https://github.com/conda-forge/simhash-py-feedstock simhash-py 4.0.0 can now be installed for Python 2.7, 3.5, 3.6 on Linux and MacOS using conda with,
which does not require Cython or a C++ compiler. |
As mentionned in issue #32, it would have been useful to submit
simhash-py
to https://conda-forge.github.io/so that it could be simply installed with
without the need to compile the C++ code.
Once a Pull Request with the setup is submitted at https://github.com/conda-forge/staged-recipes and accepted, it would create a repository https://github.com/conda-forge/simhash-py-feedstock that would have to be updated for every new release. This should allow to create a pre-built Python package for Linux and possibly Mac OS (Windows won't install won't be available for now cf #31 ). The questions I was wondering about are,
conda-forge/simhash-py-feedstock
setup ?simhash-py
but would be imported assimhash
, since thesimhash
package already exist at https://github.com/conda-forge/simhash-feedstock . Not sure if there is a better way of doing it?@b4hand What do you think?
The text was updated successfully, but these errors were encountered: