conda-forge / rdkit-feedstock

A conda-smithy repository for rdkit.
BSD 3-Clause "New" or "Revised" License
8 stars 22 forks source link

add freesasa build flag #79

Closed pstjohn closed 2 years ago

pstjohn commented 2 years ago

Edits for #20

Checklist

conda-forge-linter commented 2 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

pstjohn commented 2 years ago

Looks like it works, but we're running into CI build time limits. Not sure why, would FreeSASA add ~2 hours to the build time? I suppose we split it off into a separate conda recipe and add it as a dependency? https://github.com/intbio/freesasa-conda/tree/master/freesasa

jaimergp commented 2 years ago

ppc64le builds are emulated so they run like 6x slower. We could think of cross-compiling those, but anyway rdkit is vendoring a few dependencies according to the logs, so we should probably provide those as separate packages to depend on, as recommended.

These packages would need to be provided separately:

Also, rapidjson (https://github.com/Tencent/rapidjson/archive/v1.1.0.tar.gz) is being vendored but there's a package on CF already. We should use that. I'd recommend closing this and fixing the above issues before. Once these dependencies are provided, new RDKit builds need to be generated.

mcs07 commented 2 years ago

Superceded by #80