From b0b70ab56b1cb35e6d0849bcb96d5e84a84a12ef Mon Sep 17 00:00:00 2001 From: Daniel Dunning <39738037+djdunning@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:07:05 -0700 Subject: [PATCH] small changes just to commit --- .conda/matar/cpu/meta.yaml | 2 +- .conda/matar/cuda/meta.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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