-
Notifications
You must be signed in to change notification settings - Fork 69
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
Thoughts to have CyLP on conda-forge #77
Comments
I've been off working on other things and was waiting for a little more feedback on a couple of reported problems before putting out an official Pypi release of the Python 3 version. @zssherman, you might have a better feel for the state of things than I do. There were a couple of problems reported with the current pre-release version and it was hard to tell if it was user error or what. Based on feedback from your users, does it seems as though everything is working well with the current version on I don't actually know that much about conda-forge. It seems like something we would want and I've actually had on my list for a long time to look into making conda packages of other COIN-OR projects, just hasn't bubbled up yet. I was just poking around in the Anyway, let me know what you think the best plan of attack is and then we can try to move this along. Thanks! |
@tkralphs No worries at all, and makes sense for the Python 3 release. With our users, the issue tends to be setting the environment path for coin or having compiler issues. I figured with anaconda having their own compilers and having a anaconda environment, might be overall simpler to install CyLP with anaconda. Users on our end see to have no issue running the code itself, but just really getting it installed. I think a stable release with python3 on pypi would be the next step, but waiting on feedback as you mentioned is a good call. Once its release, I can test with anaconda compilers and conda skeleton to see if I can conda build CyLP. If successful, I can look into creating a feedstock. The path setting with export in CyLP might be my only concern, but this might be ok, with coincbc already being in that same conda environment. I think conda-forge is amazing and having CyLP on conda-forge would be great for users. Thank you! Tagging @scollis |
Hi, has there been any movement on this? I'd be interested in seeing CyLP available on conda-forge |
This is still on my radar, but I'd like to have the Cbc stack on conda-forge first and there are some issues to be addressed there (see conda-forge/coincbc-feedstock#37). I just registered a ping over there, let's see if we can move things forward. |
Just FYI, you can now install Cbc with conda on Linux and OS X, after which |
I have no preference for a conda install for |
I'm going to close this issue now, seeing as there is a recipe in process and pip install also works fine, once |
Hello,
So I was thinking, it might be a worth while endeavour to get CyLP on conda-forge https://conda-forge.org/ similar to coincbc, Py-ART, numpy etc. Probably would make the installation process much easier and managing environments better. I began testing some conda building with it, but the most recent pypi version has older cython generated files so conda-build fails. Questions I have are, is there desire to have CyLP on conda-forge? If so, would it be possible to have a pypi release that reflects the most recent github changes? I can then maybe take a whack at it and see if I can get a build going. Just some thoughts etc.
The text was updated successfully, but these errors were encountered: