lol

magma: build against ROCm 5.7

+4 -1
+4 -1
pkgs/development/libraries/science/math/magma/generic.nix
··· 14 14 , fetchurl 15 15 , gfortran 16 16 , gpuTargets ? [ ] # Non-CUDA targets, that is HIP 17 - , rocmPackages 17 + , rocmPackages_5 18 18 , lapack 19 19 , lib 20 20 , libpthreadstubs ··· 43 43 44 44 inherit (effectiveCudaPackages) cudaAtLeast cudaFlags cudaOlder; 45 45 inherit (cudaFlags) cudaCapabilities; 46 + 47 + # move to newer ROCm version once supported 48 + rocmPackages = rocmPackages_5; 46 49 47 50 # NOTE: The lists.subtractLists function is perhaps a bit unintuitive. It subtracts the elements 48 51 # of the first list *from* the second list. That means: