diff --git a/.conda/heffte/cuda/meta.yaml b/.conda/heffte/cuda/meta.yaml index f20315ccf..0519a5297 100644 --- a/.conda/heffte/cuda/meta.yaml +++ b/.conda/heffte/cuda/meta.yaml @@ -1,7 +1,7 @@ {% set version = "1.0.0" %} {% set linux_compiler_version = "10.4.0" %} {% set macos_compiler_version = "16" %} -{% set cuda_version = "12.3" %} +#{% set cuda_version = "12.3" %} package: name: fierro-heffte-cuda @@ -29,11 +29,14 @@ requirements: - {{ compiler('fortran') }}={{ linux_compiler_version }} - openmpi - cuda-compiler - - cuda-toolkit={{ cuda_version }} + #- cuda-toolkit={{ cuda_version }} + - cuda-toolkit # These host CUDA dependencies are definitely overspecified. # Not sure which ones are totally necessary. host: - - cuda-cudart-static={{ cuda_version }} # Make sure your nvcc version and cudart versions are the same + #DAN- cuda-cudart-static={{ cuda_version }} # Make sure your nvcc version and cudart versions are the same + - cuda-cudart-static + - cuda-toolkit - libcusolver-dev - libcufft-dev - libcublas-dev