From ef33a9a8c099a6bd68cda30cd571bd87f14f26bf Mon Sep 17 00:00:00 2001 From: Daniel Dunning <39738037+djdunning@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:43:48 -0700 Subject: [PATCH] only cudatoolkit for linux --- .conda/matar/cuda/meta.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.conda/matar/cuda/meta.yaml b/.conda/matar/cuda/meta.yaml index 0e7ff4dab..106fef574 100644 --- a/.conda/matar/cuda/meta.yaml +++ b/.conda/matar/cuda/meta.yaml @@ -22,8 +22,7 @@ requirements: build: - cmake >=3.17.0 - {{ compiler('cxx') }}={{ linux_compiler_version }} # [linux] - # - {{ compiler('cxx') }}={{ macos_compiler_version }} # [osx] - - cuda-toolkit + - cuda-toolkit # [linux] - kokkos=4.1 - openmpi host: