conda-forge / rdchiral_cpp-feedstock

A conda-smithy repository for rdchiral_cpp.
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

Build against various rdkit versions #1

Closed hadim closed 2 years ago

hadim commented 2 years ago

Currently, the lib is built against:

rdkit_version:
  - 2021.09.1
  - 2021.03.5
  - 2020.09.5

It would be nice to set:

rdkit_version:
  - 2021.09.1
  - 2021.03.5
  - 2020.09.5

But for this we need to be sure ABI is compatible for the same MAJOR.MINOR versions of rdkit. See upstream question at https://github.com/rdkit/rdkit/discussions/4635 and https://github.com/conda-forge/staged-recipes/pull/16618#pullrequestreview-787053200 for context.

hadim commented 2 years ago

I made a mistake and variants are not currently built. See https://github.com/conda-forge/rdchiral_cpp-feedstock/issues/3 for a fix.