diff --git a/.conda/matar/cpu/meta.yaml b/.conda/matar/cpu/meta.yaml index 5086bf6b0..8770f9a08 100644 --- a/.conda/matar/cpu/meta.yaml +++ b/.conda/matar/cpu/meta.yaml @@ -17,7 +17,7 @@ build: requirements: build: - - cmake >=3.10.0 + - cmake >=3.17.0 - {{ compiler('cxx') }}={{ linux_compiler_version }} # [linux] - {{ compiler('cxx') }}={{ macos_compiler_version }} # [osx] - openmpi diff --git a/.conda/matar/cuda/meta.yaml b/.conda/matar/cuda/meta.yaml index f2f4b71c5..6fa7117f1 100644 --- a/.conda/matar/cuda/meta.yaml +++ b/.conda/matar/cuda/meta.yaml @@ -1,7 +1,6 @@ {% set version = "1.0.0" %} {% set linux_compiler_version = "12" %} {% set macos_compiler_version = "16" %} -#{% set cuda_version = "12" %} package: name: matar-cuda