magma: cleanup
This commit is contained in:
parent
0aac58e8d2
commit
68fe474447
@ -6,7 +6,6 @@
|
|||||||
cudaPackages,
|
cudaPackages,
|
||||||
cudaSupport ? config.cudaSupport,
|
cudaSupport ? config.cudaSupport,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
fetchpatch,
|
|
||||||
gfortran,
|
gfortran,
|
||||||
gpuTargets ? [ ], # Non-CUDA targets, that is HIP
|
gpuTargets ? [ ], # Non-CUDA targets, that is HIP
|
||||||
rocmPackages,
|
rocmPackages,
|
||||||
@ -381,13 +380,13 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Matrix Algebra on GPU and Multicore Architectures";
|
description = "Matrix Algebra on GPU and Multicore Architectures";
|
||||||
license = licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
homepage = "https://icl.utk.edu/magma/";
|
homepage = "https://icl.utk.edu/magma/";
|
||||||
changelog = "https://github.com/icl-utk-edu/magma/blob/v${version}/ReleaseNotes";
|
changelog = "https://github.com/icl-utk-edu/magma/blob/v${finalAttrs.version}/ReleaseNotes";
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with maintainers; [ connorbaker ];
|
maintainers = with lib.maintainers; [ connorbaker ];
|
||||||
|
|
||||||
# Cf. https://github.com/icl-utk-edu/magma/blob/v2.9.0/CMakeLists.txt#L24-L31
|
# Cf. https://github.com/icl-utk-edu/magma/blob/v2.9.0/CMakeLists.txt#L24-L31
|
||||||
broken =
|
broken =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user