-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Closed
Labels
6.topic: cudaParallel computing platform and APIParallel computing platform and API
Description
Issue description
Build of libcutensor failed on x86_64-linux as of 402ae9b. This is currently breaking python3Packages.einops.
error: builder for '/nix/store/z2sc3zmb3qh02adglph6sdw0q85y8ljc-libcutensor-1.7.0.1.drv' failed with exit code 1;
last 10 log lines:
> updateAutotoolsGnuConfigScriptsPhase
> configuring
> no configure script, doing nothing
> installing
> libcutensor: 11 does not exist, only found:
> ./
> ./LICENSE
> ./include
> ./lib
> This release might not support your CUDA version
For full logs, run 'nix log /nix/store/z2sc3zmb3qh02adglph6sdw0q85y8ljc-libcutensor-1.7.0.1.drv'.
error: 1 dependencies of derivation '/nix/store/s4g8fiw7mylnhjcrls3akhxixz5krp40-python3.11-cupy-12.2.0.drv' failed to build
error: 1 dependencies of derivation '/nix/store/46bszbqb6hk713m575g09yfz6hdsnq09-python3.11-chainer-7.8.1.post1.drv' failed to build
error: 1 dependencies of derivation '/nix/store/0j3g04pyc3q1likh0dx43nlmdg0fikp8-python3.11-einops-0.7.0.drv' failed to build
python3Packages.einops maintainers cc: @yl3dy
libcutensor maintainers cc:
Other cc: n/a
Steps to reproduce
- Checkout nixpkgs at commit 402ae9b
- Run
nix-build -A libcutensor
Technical details
- system: `"x86_64-linux"`
- host os: `Linux 6.2.0-1018-azure, Ubuntu, 22.04.3 LTS (Jammy Jellyfish), nobuild`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.16.1`
- nixpkgs: `/nix/store/i9rhad1hw9n60qbinnrxan86kg1pd0ik-source`
Contents of ~/.config/nixpkgs/config.nix:
{ allowUnfree = true; cudaSupport = true; cudaCapabilities = ["8.0"]; }
Misc.
This issue was automatically generated by nixpkgs-upkeep.
- CI workflow that created this issue.
- Internal tags: 1774617254603570369 -4753017083559576191
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
6.topic: cudaParallel computing platform and APIParallel computing platform and API
Projects
Status
✅ Done