Skip to content

Commit

Permalink
BUG: trying to fix EVPFFT anaconda publish with dependency changes pt6
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Feb 16, 2024
1 parent 1e10a4a commit fdd0db0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .conda/evpfft/cpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ cmake ../src/ \
-D VECTOR_ARCH_FLAGS="$VECTOR_ARCH_FLAGS" \
-D USE_FFTW=1 \
$CMAKE_ARGS \
-D HDF5_MPI=ON
-D CMAKE_CXX_FLAGS="$PATCHED_CXXFLAGS" \
-D CMAKE_CXX_COMPILER=$BUILD_PREFIX/bin/mpicxx \
-D CMAKE_C_COMPILER=$BUILD_PREFIX/bin/mpicc \
Expand Down
1 change: 1 addition & 0 deletions .conda/evpfft/cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ build:
requirements:
build:
- cmake >=3.17.0
- make
- {{ compiler('c') }}={{ linux_compiler_version }} # [linux]
- {{ compiler('c') }}={{ macos_compiler_version }} # [osx]
- {{ compiler('cxx') }}={{ linux_compiler_version }} # [linux]
Expand Down

0 comments on commit fdd0db0

Please sign in to comment.