add MACOSX_DEPLOYMENT_TARGET to same zip as c_stdlib_version by h-vetinari · Pull Request #5669 · conda-forge/conda-forge-pinning-feedstock (original) (raw)

There's no need to put the c_stdlib_version (and related keys) into this zip key.
This tight coupling is only needed for the CUDA stuff.
We should do something like

+# For CUDA, c_stdlib_version/cdt_name is zipped below with the compilers.

or

+# For CUDA, c_stdlib_version/cdt_name is zipped below with the compilers.

(Sorry, GitHub UI didn't allow me to put this into a proper suggestion since it touches things outside of this "hunk".)