magma: move to by-name

This commit is contained in:
Gaetan Lepage 2025-08-06 09:43:49 +02:00
parent 929e2af655
commit 0aac58e8d2
2 changed files with 0 additions and 2 deletions

View File

@ -15059,8 +15059,6 @@ with pkgs;
# standard BLAS and LAPACK.
openblasCompat = openblas.override { blas64 = false; };
magma = callPackage ../development/libraries/science/math/magma { };
magma-cuda = magma.override {
cudaSupport = true;
rocmSupport = false;