From 6750717b1944f469ee12bd29f549b213441cd77d Mon Sep 17 00:00:00 2001 From: Daniel Dunning <39738037+djdunning@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:28:05 -0700 Subject: [PATCH] again --- .conda/matar/cuda/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.conda/matar/cuda/meta.yaml b/.conda/matar/cuda/meta.yaml index 47c10f590..0e7ff4dab 100644 --- a/.conda/matar/cuda/meta.yaml +++ b/.conda/matar/cuda/meta.yaml @@ -1,6 +1,6 @@ {% set version = "1.0.0" %} {% set linux_compiler_version = "12" %} -{% set macos_compiler_version = "16" %} +#{% set macos_compiler_version = "16" %} package: name: matar-cuda @@ -14,7 +14,7 @@ build: number: 1 noarch: False script_env: - - PLATFORM={{ target_platform }} # [linux] + - PLATFORM={{ target_platform }} skip: True # [osx] skip: False # [linux] @@ -22,7 +22,7 @@ requirements: build: - cmake >=3.17.0 - {{ compiler('cxx') }}={{ linux_compiler_version }} # [linux] - - {{ compiler('cxx') }}={{ macos_compiler_version }} # [osx] + # - {{ compiler('cxx') }}={{ macos_compiler_version }} # [osx] - cuda-toolkit - kokkos=4.1 - openmpi