From 363ae5ff44eca48153784c16c484620aab0ea3d7 Mon Sep 17 00:00:00 2001 From: Daniel Dunning <39738037+djdunning@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:52:53 -0700 Subject: [PATCH] only requirements for linux --- .conda/matar/cuda/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.conda/matar/cuda/meta.yaml b/.conda/matar/cuda/meta.yaml index 106fef574..1e9b000a6 100644 --- a/.conda/matar/cuda/meta.yaml +++ b/.conda/matar/cuda/meta.yaml @@ -18,11 +18,11 @@ build: skip: True # [osx] skip: False # [linux] -requirements: +requirements: #[linux] build: - cmake >=3.17.0 - - {{ compiler('cxx') }}={{ linux_compiler_version }} # [linux] - - cuda-toolkit # [linux] + - {{ compiler('cxx') }}={{ linux_compiler_version }} + - cuda-toolkit - kokkos=4.1 - openmpi host: