From e950533c4996bb48179a938cd69b481b64de7f38 Mon Sep 17 00:00:00 2001 From: Daniel Dunning <39738037+djdunning@users.noreply.github.com> Date: Wed, 7 Aug 2024 09:46:26 -0600 Subject: [PATCH] heffte cuda 8/7 --- .conda/heffte/cuda/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.conda/heffte/cuda/meta.yaml b/.conda/heffte/cuda/meta.yaml index baf05d4a9..7735f8f72 100644 --- a/.conda/heffte/cuda/meta.yaml +++ b/.conda/heffte/cuda/meta.yaml @@ -23,13 +23,13 @@ requirements: build: - cmake=3.24 - {{ compiler('fortran') }}={{ linux_compiler_version }} - - {{ 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('c') }}={{ linux_compiler_version }} # [linux] + #- {{ compiler('c') }}={{ macos_compiler_version }} # [osx] + #- {{ compiler('cxx') }}={{ linux_compiler_version }} # [linux] + #- {{ compiler('cxx') }}={{ macos_compiler_version }} # [osx] - openmpi - cuda-toolkit={{ cuda_version }} - #- cuda-nvcc + - cuda-nvcc #- cuda-toolkit # These host CUDA dependencies are definitely overspecified. # Not sure which ones are totally necessary.