Skip to content

Commit

Permalink
necessary changes in I think
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Jan 9, 2025
1 parent 2c6463d commit a12686b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .conda/ls-evpfft/cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ build:
script_env:
- PLATFORM={{ target_platform }}

# commit comment

requirements:
build:
- cmake >=3.17.0
Expand All @@ -27,20 +25,22 @@ requirements:
- {{ compiler('cxx') }}={{ macos_compiler_version }} # [osx]
- openmpi
host:
- openmpi
- openmpi >=4.1.6,<5.0a0
- heffte-cpu
- fftw=*=mpi_openmpi_*
- kokkos=4.1
- hdf5=*=mpi_openmpi_*
- elements-cpu
run:
- openmpi
- openmpi >=4.1.6,<5.0a0
- heffte-cpu
- fftw=*=mpi_openmpi_*
- kokkos=4.1
- hdf5=*=mpi_openmpi_*
- elements-cpu

#TODO: Add tests

about:
home: https://github.com/lanl/Fierro
license: BSD-3-Clause
Expand Down

0 comments on commit a12686b

Please sign in to comment.