conda-forge / nvcc-feedstock

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

Cross-compiling CUDA: next steps #95

Closed h-vetinari closed 1 year ago

h-vetinari commented 1 year ago

In https://github.com/conda-forge/conda-forge-ci-setup-feedstock/pull/210, we tried to prepare the CI infra for CUDA cross-compilation. After sorting out some issues with the docker images (thanks @isuruf), we now hit (if using something like https://github.com/conda-forge/conda-forge-pinning-feedstock/pull/3624):

The reported errors are:
- Encountered problems while solving:
-   - nothing provides requested nvcc_linux-aarch64 11.2.*

It would be great if we could untangle the effort to enable cross-compilation (sorely needed for e.g. the arrow feedstock) from the separate effort to bring CUDA >=12 into conda-forge.

CC @jakirkham

h-vetinari commented 1 year ago

Gentle ping @jakirkham

h-vetinari commented 1 year ago

Looks like this was solved by #96, thanks a lot @isuruf!