Skip to content

Commit

Permalink
BUG: trying to fix EVPFFT anaconda publish with dependency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Feb 16, 2024
1 parent 1709fab commit f015899
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .conda/evpfft/cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ requirements:
- openmpi
host:
- openmpi
- fierro-heffte
#- fftw=*=mpi_openmpi_*
#- fierro-heffte
- fftw #fftw=*=mpi_openmpi_*
- kokkos=4.1
- hdf5 #hdf5=*=mpi_openmpi_*
- hdf5=*=mpi_openmpi_*
- elements
run:
- openmpi
- fierro-heffte
#- fftw=*=mpi_openmpi_*
#- fierro-heffte
- fftw #fftw=*=mpi_openmpi_*
- kokkos=4.1
- hdf5 #hdf5=*=mpi_openmpi_*
- hdf5=*=mpi_openmpi_*
- elements

#TODO: Add tests
Expand Down

0 comments on commit f015899

Please sign in to comment.