conda-forge / cdt-builds

conda-forge cdt builds
BSD 3-Clause "New" or "Revised" License
4 stars 22 forks source link

Add Vulkan #56

Open rossant opened 2 years ago

rossant commented 2 years ago

Please see the repo readme for directions on how to make PRs on this repo.

Checklist:

NOTE: If you make any changes to cd_slugs.yaml, you need to reun the generator code via python gen_cdt_recipes.py.

rossant commented 2 years ago

I need to make a conda-forge recipe for a C library that uses Vulkan. What's the best course of action, should I first make a conda-forge recipe for the Vulkan ICD loader, then add it as a build requirement to the C library (compilation of which requires vulkan.h)?

isuruf commented 2 years ago

Yes or you could add both in the same PR