Open danpetry opened 6 months ago
To make sure the compiler runtime libraries are getting added
Is there a particular issue you are encountering? If so, could you please share some more details?
Well, mostly we're just making sure we understand things during review. I guess you found it cleaner to add the compilers to the build requirements rather than list the runtime libs explicitly in run
?
I.e. the following libs are run dependencies:
libgcc-ng: 11.2.0-h1234567_1 defaults
libgomp: 11.2.0-h1234567_1 defaults
libstdcxx-ng: 11.2.0-h1234567_1 defaults
We are getting a warning saying that libstdcxx-ng
isn't being used during the linking checks.
Yeah that's what we settled on
We can drop the {{ compiler("cxx") }}
dependency if it is causing issues. Would you like to submit a PR removing it?
Comment:
This also pulls in stuff to the run environment through strong run exports, maybe that's the intention?