mctools / ncrystal

NCrystal : a library for thermal neutron transport in crystals and other materials
https://mctools.github.io/ncrystal/
Other
39 stars 18 forks source link

conda-forge ncrystal packages should not depend on python version #140

Open tkittel opened 1 year ago

tkittel commented 1 year ago

On conda-forge the ncrystal-feedstock/recipe/meta.yaml currently has python in the host and run sections. However, as per https://conda-forge.org/docs/maintainer/knowledge_base.html (see the noarch-generic section), we should most likely only have a python dependency in the build section (+ the run section where we have python+numpy purely for convenience... which we could also consider removing).

tkittel commented 1 year ago

Probably both pip and python should move to build section. So we need some dummy non-python package in the host section (since it can't be empty). Perhaps repeating the compiler('cxx') would be enough?

tkittel commented 5 months ago

Related to #152