conda-forge / conda-forge-ci-setup-feedstock

A conda-smithy repository for conda-forge-ci-setup.
BSD 3-Clause "New" or "Revised" License
13 stars 50 forks source link

Support MACOSX_SDK_VERSION 13.3 #264

Closed bollwyvl closed 9 months ago

bollwyvl commented 10 months ago

Comment:

When XCode 15.0 final drops, it should be possible to support MACOSX_SDK_VERSION: "13.3".

References:

h-vetinari commented 10 months ago

It's possible that spidermonkey has this check built-in for requiring certain C++ features from newer SDKs, which we however could provide through libcxx and _LIBCPP_DISABLE_AVAILABILITY. If so, it'd just be a matter of patching out the check.

Generally, the SDK would be needed for three reasons:

The first we always provide ourselves, the second we can through the above, and only the third is basically impossible to change (but will be possible to specify at least using a mechanism like https://github.com/conda-forge/staged-recipes/pull/23777)

bollwyvl commented 10 months ago

I was going off 1) that failure and 2) the official guidance... doesn't really matter to me either way, and I'm not in a particular hurry.

bollwyvl commented 9 months ago

Looks like today (or a few days ago) is that day: #281

bollwyvl commented 9 months ago

I didn't bump the build/version, so looks like this didn't deploy yet...

jakirkham commented 9 months ago

Could bump the version (if that hasn't already happened in a subsequent PR)