conda-forge / cupy-feedstock

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

Update the recipe for handling CUDA 10.1 headers #9

Closed leofang closed 4 years ago

leofang commented 4 years ago

Currently we search /usr/include for supporting CUDA 10.1: https://github.com/conda-forge/cupy-feedstock/blob/efe21e550dc3b8af272886fafa4374a76b82e790/recipe/meta.yaml#L16-L21 but it was pointed out a bad practice. Once conda-forge/nvcc-feedstock#26 is addressed we should revisit this.