From 718caaaf0fb02f7ce7f3a0cb57b6d2efb47d5a21 Mon Sep 17 00:00:00 2001 From: "David J. Gardner" Date: Mon, 27 Nov 2023 13:38:49 -0800 Subject: [PATCH] use cmake 3.18.6 for testing --- test/env/default.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/env/default.sh b/test/env/default.sh index 53d62dd8a5..928a2af6ca 100644 --- a/test/env/default.sh +++ b/test/env/default.sh @@ -104,11 +104,7 @@ spack load "${compiler}" # make sure spack knows about the compiler spack compiler find -if [ "$SUNDIALS_TPLS" == "ON" ]; then - spack load cmake@3.18.6 -else - spack load cmake@3.12.4 -fi +spack load cmake@3.18.6 # add CUDA if [[ ":${PATH}:" != *":/usr/local/cuda-11.5/bin:"* ]]; then