TileDB-Inc / tiledbsoma-feedstock

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

Remove remaining uses of MACOSX_DEPLOYMENT_TARGET #177

Closed jdblischak closed 1 week ago

jdblischak commented 1 week ago

Followup to #176. I had removed __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.9") }} from the Python requirements, but I forgot to remove it from the C++ and R requirements.

I didn't bump the build number. These lines don't hurt anything; they are just unnecessary clutter now that we've migrated to {{ stdlib("c") }}.

Rerendering had no effect.