-
Notifications
You must be signed in to change notification settings - Fork 28
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-build v3.0 breaks the rdkit recipes #53
Comments
Yepp, I can confirm this, RDKit can not be built anymore with the latest version of conda-build. |
Yeah, unfortunately we're going to have to redo the recipes for this. |
Here are a couple of links related to the main changes coming with conda-build3: https://www.continuum.io/blog/developer-blog/package-better-conda-build-3 On the good side, the built-in support for creating package variants looks complex, but quite interesting/useful. On the bad side, I was trying to use it yesterday w/ conda-build 3.0.6 and I ran into some bugs (I didn't yet test the newer version 3.0.8 though..), so I'm wondering if in the shortest term downgrading to the latest v.2.x could be a reasonable workaround. |
Yes, these (unnecessary?) breaking changes suck. This Friday morning I thought: "Hey I know, I'll just update the RDKit, it only takes half an hour, right". Sometimes using open source software makes me very tired... (not that this won't happen with commercial software and after all, where would be the fun if not in fixing some challenging breaking changes, but sometimes you just want a dull Friday morning). |
@apahl in this case do you actually need to do your own build? Could you use a pre-built RDKit version instead? That would be a lot easier and would help make Friday morning boring again. |
@greglandrum, you might remember that the pre-built version is significantly slower for me (which you could not reproduce), therefore I always build it myself. |
I "might" remember, but I don't. :-S |
We had that discussion on Slack. |
I am trying to install conda-rdkit using the provided recipe and conda-build 3.0.10 Everything compiles but 2 tests fail at the end:
so I tried to install conda build 2.0 using
but then I get
any advice on how to proceed?? I had to nuke my anaconda installation recently, and I'm looking for an easy way to install RDkit (last time I did it from source). I will be having to install RDkit on multiple clusters soon. details: |
It seems that the mechanism used to manage the package version in the rdkit and rdkit-postgresql* recipes is no longer supported. Once the build has completed, packaging fails with the error below:
The text was updated successfully, but these errors were encountered: