From 47a62f0edbe7404ca9193b297c6e92b8a78d0020 Mon Sep 17 00:00:00 2001 From: Daniel Dunning <39738037+djdunning@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:31:29 -0700 Subject: [PATCH] messing around with platform definitions --- .conda/evpfft/cuda/meta.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.conda/evpfft/cuda/meta.yaml b/.conda/evpfft/cuda/meta.yaml index 13cafbaad..9e11e5b48 100644 --- a/.conda/evpfft/cuda/meta.yaml +++ b/.conda/evpfft/cuda/meta.yaml @@ -14,8 +14,7 @@ build: number: 1 noarch: False script_env: - #- PLATFORM={{ target_platform }} - - PLATFORM={{ linux-64 }} + - PLATFORM={{ target_platform }} skip: True # [osx] skip: False # [linux] @@ -26,22 +25,22 @@ requirements: - {{ compiler('c') }}={{ macos_compiler_version }} # [osx] - {{ compiler('cxx') }}={{ linux_compiler_version }} # [linux] - {{ compiler('cxx') }}={{ macos_compiler_version }} # [osx] - - cuda-toolkit + - cuda-toolkit # [linux] - kokkos=4.1 - - matar-cuda + - matar-cuda # [linux] - openmpi host: - openmpi - - heffte-cuda + - heffte-cuda # [linux] - hdf5=*=mpi_openmpi_* - kokkos=4.1 - - matar-cuda + - matar-cuda # [linux] run: - openmpi - - heffte-cuda + - heffte-cuda # [linux] - hdf5=*=mpi_openmpi_* - kokkos=4.1 - - matar-cuda + - matar-cuda # [linux] about: home: https://github.com/lanl/Fierro