Skip to content

Commit

Permalink
#BUG trying fixes for evpfft-cpu publish
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Feb 15, 2024
1 parent 7eb6d70 commit e41e90f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .conda/evpfft/cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ requirements:
host:
- openmpi
- fierro-heffte
- fftw=*=mpi_openmpi_*
- fftw=*=mpi* #fftw3 fftw=*=mpi_openmpi_*
- kokkos=4.1
- hdf5=*=mpi_openmpi_*
- hdf5=*=mpi* #hdf5=*=mpi_openmpi_*
- elements
run:
- openmpi
- fierro-heffte
- fftw=*=mpi_openmpi_*
- fftw3 #fftw=*=mpi_openmpi_*
- kokkos=4.1
- hdf5=*=mpi_openmpi_*
- hdf5 #hdf5=*=mpi_openmpi_*
- elements

#TODO: Add tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-conda-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Update environment
run:
mamba env update -n build-env -f .etc/conda_build_environment.yaml
conda env update -n build-env -f .etc/conda_build_environment.yaml
#if: steps.cache.outputs.cache-hit != 'true'
- run: |
if [ ${{ inputs.debug }} = true ] ; then export DEBUG="--debug"; fi;
Expand Down

0 comments on commit e41e90f

Please sign in to comment.