From c85fc341b04548c3442ceb7027004f822f0a052a Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Thu, 10 Sep 2020 14:23:15 -0500 Subject: pytorch: update to use passthru's for checks This makes the checks a little easier to understand - we can just check it in the passthru. Also increase major check for cuda 11. --- pkgs/development/libraries/science/math/magma/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/libraries/science/math') diff --git a/pkgs/development/libraries/science/math/magma/default.nix b/pkgs/development/libraries/science/math/magma/default.nix index 38700c963bf81..2079ace021b68 100644 --- a/pkgs/development/libraries/science/math/magma/default.nix +++ b/pkgs/development/libraries/science/math/magma/default.nix @@ -50,4 +50,6 @@ in stdenv.mkDerivation { platforms = platforms.unix; maintainers = with maintainers; [ tbenst ]; }; + + passthru.cudatoolkit = cudatoolkit; } -- cgit 1.4.1