From fe5616b76be404abaea1da936d6666c7aa032455 Mon Sep 17 00:00:00 2001 From: Daniel Dunning <39738037+djdunning@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:58:33 -0700 Subject: [PATCH] DEBUG: working through getting all publish tests to match - fierro-dev (cpu) --- .conda/fierro-dev/cpu/meta.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.conda/fierro-dev/cpu/meta.yaml b/.conda/fierro-dev/cpu/meta.yaml index fd8deb511..f5346e1bf 100644 --- a/.conda/fierro-dev/cpu/meta.yaml +++ b/.conda/fierro-dev/cpu/meta.yaml @@ -14,6 +14,16 @@ build: - PLATFORM={{ target_platform }} requirements: + host: + - cmake >=3.17 + - {{ compiler('c') }}={{ linux_compiler_version }} # [linux] + - {{ compiler('c') }}={{ macos_compiler_version }} # [osx] + - {{ compiler('cxx') }}={{ linux_compiler_version }} # [linux] + - {{ compiler('cxx') }}={{ macos_compiler_version }} # [osx] + - {{ compiler('fortran') }} + - fierro-trilinos-cpu + - mpi + - elements run: #- cmake >=3.17 - {{ compiler('c') }}={{ linux_compiler_version }} # [linux]