You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps it should be compiler('mpicc'), compiler('mpicxx'), compiler('mpifort')?
Recipes may need only one, or two, or all of them. Depending on the actual semantics of compiler('mpi'), my comment may be irrelevant. Perhaps the idea is that compiler('mpi') alone is meaningless and should error, unless something like compiler('c') is also present.
Or perhaps the compiler(...) thing could be extended such that it could be used the following way:
Comment:
This way, we can setup cross compiling env things like OPAL_PREFIX and build_env compiler.
Also, we can remove hacks like https://github.com/conda-forge/conda-smithy/blob/52db47bc3064f2471c1c8927c02d1149014557fa/conda_smithy/configure_feedstock.py#L280
cc @minrk, @beckermr
The text was updated successfully, but these errors were encountered: