conda-forge / numba-feedstock

A conda-smithy repository for numba.
BSD 3-Clause "New" or "Revised" License
0 stars 27 forks source link

Reenable tbb on macOS? (and maybe windows?) #43

Closed seibert closed 3 years ago

seibert commented 4 years ago

I just discovered while helping someone troubleshoot problem with the numba package from conda-forge that TBB is disabled for non-Linux platforms:

https://github.com/conda-forge/numba-feedstock/blob/master/recipe/meta.yaml#L38

It seems that the origin of this exclusion was a workaround for https://github.com/conda-forge/tbb-feedstock/issues/42#issuecomment-427921828, which may not apply anymore?

(I will open a PR to make the change, but wanted to note the issue while fresh off this debug session.)

henryiii commented 3 years ago

10.9 is still the default, with upgrades listed as a last resort: https://conda-forge.org/docs/maintainer/knowledge_base.html#requiring-newer-macos-sdks

henryiii commented 3 years ago

I don't see any such workaround in the TBB formula, though.

henryiii commented 3 years ago

Looks like 19.2+ should be fine, AFAICT.