magma: move to by-name
This commit is contained in:
parent
929e2af655
commit
0aac58e8d2
@ -15059,8 +15059,6 @@ with pkgs;
|
|||||||
# standard BLAS and LAPACK.
|
# standard BLAS and LAPACK.
|
||||||
openblasCompat = openblas.override { blas64 = false; };
|
openblasCompat = openblas.override { blas64 = false; };
|
||||||
|
|
||||||
magma = callPackage ../development/libraries/science/math/magma { };
|
|
||||||
|
|
||||||
magma-cuda = magma.override {
|
magma-cuda = magma.override {
|
||||||
cudaSupport = true;
|
cudaSupport = true;
|
||||||
rocmSupport = false;
|
rocmSupport = false;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user