conda-forge / rdkit-feedstock

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

Question: most recent compiler versions available in conda-forge #89

Closed greglandrum closed 2 years ago

greglandrum commented 2 years ago

Is there documentation somewhere about which compiler versions are supported when doing conda-forge builds?

I would like to start thinking about a path forward to moving the RDKit to C++20, but definitely don't want to do anything which would cause problems here.

mcs07 commented 2 years ago

All I know of is https://conda-forge.org/docs/maintainer/infrastructure.html#compilers-and-runtimes and https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/master/recipe/conda_build_config.yaml

greglandrum commented 2 years ago

That's already super helpful. At the moment it looks like they have g++-9, clang-11, and MSVC++2017 That wouldn't allow broad use of C++20 features. I'll continue to keep an eye on that though.