From 142469f92e94372b3e243dda7deaf76f857f52e5 Mon Sep 17 00:00:00 2001 From: G-Ragghianti <33492707+G-Ragghianti@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:57:03 -0500 Subject: [PATCH] Fixing description (#48429) --- var/spack/repos/builtin/packages/slate/package.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/var/spack/repos/builtin/packages/slate/package.py b/var/spack/repos/builtin/packages/slate/package.py index c01db8e87a7..44c622d18aa 100644 --- a/var/spack/repos/builtin/packages/slate/package.py +++ b/var/spack/repos/builtin/packages/slate/package.py @@ -6,10 +6,10 @@ class Slate(CMakePackage, CudaPackage, ROCmPackage): - """The Software for Linear Algebra Targeting Exascale (SLATE) project is - to provide fundamental dense linear algebra capabilities to the US + """The Software for Linear Algebra Targeting Exascale (SLATE) project + provides fundamental dense linear algebra capabilities to the US Department of Energy and to the high-performance computing (HPC) community - at large. To this end, SLATE will provide basic dense matrix operations + at large. To this end, SLATE provides basic dense matrix operations (e.g., matrix multiplication, rank-k update, triangular solve), linear systems solvers, least square solvers, singular value and eigenvalue solvers."""