conda-forge / cuda-nvcc-feedstock

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

Windows packages need a (de-)activation script #29

Closed leofang closed 11 months ago

leofang commented 11 months ago

As shown in #28, currently the Windows package is not fully functional, because the host compiler cannot find the CCCL headers placed under the targets directory (for distinguishing between the user-installed cccl package and the cuda-cccl package coming with the compiler). Proven by https://github.com/conda-forge/cupy-feedstock/pull/228/commits/806b7bf7d3079108a8d86e4322cddad89a17ba91, I think this is easily solvable by duplicating the logic of the Linux (de-)activation script.

I can work on this later this week if no one can pick it up sooner.