From 15f16e854655cc0352f039ed0b68b3bab9a6a2af Mon Sep 17 00:00:00 2001 From: Jose Gracia Date: Wed, 4 Sep 2024 03:04:26 -0500 Subject: [PATCH] Add numerical library SUNDIALS 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 ac36976..179f464 100644 --- a/environments/numlibs/spack.yaml +++ b/environments/numlibs/spack.yaml @@ -31,7 +31,7 @@ spack: - [$^mpis] - [$%compilers] - matrix: - - [superlu-dist] + - [superlu-dist, sundials] - [$rocm_variant] - [$num_integer_types] - [$num_lib_types]