Skip to content

Make pixi-build-python recognize cuda compiler #462

@leofang

Description

@leofang

Right now it does not and we have to work around the resolver errors like this:

[package.build.config]
# For some reason it has to be "cuda-nvcc" instead of "cuda" as documented by pixi-build
compilers = ["c", "cxx", "cuda-nvcc"]

[package.build-dependencies]
# For some reason "cuda-nvcc" in config.compilers is not enough
cuda-compiler = "*"

But this technically is not correct (from the perspective of conda recipes).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions