Closed SomeoneSerge closed 2 years ago
I think we may just need to mark some of these as broken. For example, chainer
is requesting a truly ancient version of cupy: cupy>=7.7.0,<8.0.0
. Latest stable cupy is v10.3.0.
cc'ing some maintainers:
The state of things at the time of the release landing:
I believe it would be still justifiable to backport some incremental improvements, fixes, and extensions as we make them. In particular, in the release we still
cudaPackages
, even the fundamental packages like
pytorch
,jax
,tensorflow
;
Issue description
This is a aggregate issue to track (the selected subset of) that state of CUDA in master before the 22-05 release. It's concern is the world evaluated with
{ config.cudaSupport = true; config.allowUnfree = true; }
propagatedBuildInputs
which used to includecudatoolkit
and cause a lot of obscure errors. Happens in: https://github.com/NixOS/nixpkgs/pull/168748We currently have the following failures (we might not fix them before the release, but back-port later)
[x] As of (at least) 2022-04-11 jax is failing on master, cf. jax: tests/test_sparse.py
[x]
test_sparse.py
has been fixed upstream, but blocked in nixpkgs because of: https://github.com/NixOS/nixpkgs/issues/169148[ ] catboost
[x] As of (at least) 2022-04-11, tensorflow-datasets is failing, cf. https://github.com/NixOS/nixpkgs/issues/167445
[x]
xgboost
...and now it's https://github.com/NixOS/nixpkgs/issues/167931
python39Packages.mxnet
CMake configurePhase failsLikely will be fixed in: https://github.com/NixOS/nixpkgs/pull/167250
cholmod-extra
Tests fail: too large residuals
python3*Packages.chainer
Complains about cupy version
Marked as broken in: https://github.com/NixOS/nixpkgs/pull/167250
python310Packages.caffe
CMake configurePhase fails
python39Packages.caffe
Fixed by: https://github.com/NixOS/nixpkgs/pull/166784/
[x]
blender
: failing dependency (opensubdiv)[x]
opensubdiv
: fails at cmake configurePhaseLikely will be fixed in: https://github.com/NixOS/nixpkgs/pull/167250
Cmake error: https://github.com/NixOS/nixpkgs/issues/166403 Build error: https://github.com/NixOS/nixpkgs/issues/161843 Fixed by: https://github.com/NixOS/nixpkgs/pull/166784/
cc @NixOS/cuda-maintainers