conda-forge / rdkit-feedstock

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

Unvendor some dependencies #84

Open jaimergp opened 2 years ago

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.

Originally posted by @jaimergp in https://github.com/conda-forge/rdkit-feedstock/issues/79#issuecomment-946587538

jaimergp commented 2 years ago

I'll be working on this on my free time. Refer to PRs above for progress. If anybody wants to help, let me know!