From c188ab8bd43dcb648fd7ec7b842463a986b11691 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Fri, 11 Jul 2025 06:16:49 -0700 Subject: [PATCH] Use system module for cmake This avoids trying to build it with spack. --- mache/spack/templates/compy_intel_impi.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mache/spack/templates/compy_intel_impi.yaml b/mache/spack/templates/compy_intel_impi.yaml index ade58d22..3b458044 100644 --- a/mache/spack/templates/compy_intel_impi.yaml +++ b/mache/spack/templates/compy_intel_impi.yaml @@ -36,6 +36,11 @@ spack: - spec: bzip2@1.0.6 prefix: /usr buildable: false + cmake: + externals: + - spec: cmake@3.26.0 + prefix: /share/apps/cmake/3.26.0 + buildable: false curl: externals: - spec: curl@7.29.0