magma: explain cudaSupport ? true

This commit is contained in:
Someone Serge
2023-03-04 03:14:37 +02:00
parent 8bf5f5ac89
commit dd2b27692e
@@ -8,6 +8,11 @@
{ blas
, cmake
, cudaPackages
# FIXME: cuda being unfree means ofborg won't eval "magma".
# respecting config.cudaSupport -> false by default
# -> ofborg eval -> throws "no GPU targets specified".
# Probably should delete everything but "magma-cuda" and "magma-hip"
# from all-packages.nix
, cudaSupport ? true
, fetchurl
, gfortran