plans for a binary package?
I was wondering if there are any plans to provide binary wheels via PyPi or some other form of binary package.
I would certainly like to set up a binary release, once I have a bit of time. I think the only (minor) obstacle would be statically linking libav into the binaries.
A simple, fully working conda-forge friendly recipe here: https://github.com/sdvillal/lintel-feedstock
But we would need at least a version scheme and one release/tag in order to submit to conda-forge. @dukebw when/if you do, feel free to ping me (or take it and submit yourself to conda-forge).
@sdvillal thank you for setting that up. I will take a look at the version scheme and release/tag requirement over the weekend.
@sdvillal alright I have added a release (v1.0), although still minus a binary package. Let me know if that is sufficient to submit to conda-forge, please.
That should be enough, I will try to open the issue during the day. Let's see if we get lucky.
Conda-forge now publishes packages for linux and mac: conda install -c conda-forge lintel. Maybe worth adding to the docs.
Done. Thank you again for setting up the conda recipe.