From be40140f4442db42b0c43fce5b9c97bd5c222656 Mon Sep 17 00:00:00 2001 From: Jose Gracia Date: Tue, 10 Sep 2024 10:58:53 -0500 Subject: [PATCH] Add numerical library hypre with ROCm support --- environments/numlibs/spack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/numlibs/spack.yaml b/environments/numlibs/spack.yaml index d3ae5a5..9d79ada 100644 --- a/environments/numlibs/spack.yaml +++ b/environments/numlibs/spack.yaml @@ -38,7 +38,7 @@ spack: - [$cflags_noerror_implicit] - [$%compilers] - matrix: - - [superlu-dist, sundials] + - [superlu-dist, sundials, hypre] - [$rocm_variant] - [$num_integer_types] - [$num_lib_types]