Skip to content

Commit

Permalink
BUG: trying fixes for evpfft-cpu publish pt11
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Feb 15, 2024
1 parent 04bb604 commit 1709fab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .conda/evpfft/cpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ 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 \

make install
make install

0 comments on commit 1709fab

Please sign in to comment.