From 746ab391f4f0e2ae711b8282e3a6b8b2ceffbf84 Mon Sep 17 00:00:00 2001 From: Daniel Dunning <39738037+djdunning@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:07:41 -0700 Subject: [PATCH] DEBUG: working through getting all publish tests to match - fierro-dev (cpu) --- .conda/fierro-dev/cpu/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.conda/fierro-dev/cpu/meta.yaml b/.conda/fierro-dev/cpu/meta.yaml index f250c92ac..711f59e73 100644 --- a/.conda/fierro-dev/cpu/meta.yaml +++ b/.conda/fierro-dev/cpu/meta.yaml @@ -15,7 +15,7 @@ build: requirements: run: - - cmake >=3.17 + - cmake #>=3.17 - {{ compiler('c') }}={{ linux_compiler_version }} # [linux] - {{ compiler('c') }}={{ macos_compiler_version }} # [osx] - {{ compiler('cxx') }}={{ linux_compiler_version }} # [linux]