Skip to content

Commit

Permalink
messing around with platform definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Jan 6, 2025
1 parent adc3fe8 commit 47a62f0
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .conda/evpfft/cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand All @@ -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
Expand Down

0 comments on commit 47a62f0

Please sign in to comment.