conda-forge / cuda-feedstock

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

Using stub libraries only in `*-dev` packages #8

Open jakirkham opened 10 months ago

jakirkham commented 10 months ago

It might be worth considering only using stub libraries in *-dev packages. The hard dependency on libraries could be dropped as well. Then only at runtime would libraries be needed. This could lighten up the requirements to build a package

Though it's worth noting we would still need to install libraries for testing packages