Skip to content

Commit

Permalink
Add --enable-single to fftw build
Browse files Browse the repository at this point in the history
  • Loading branch information
fundamental committed Apr 12, 2022
1 parent acd1366 commit a8eb988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.mingw64.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ copy_libwinpthread: prepare_workspace

build_fftw: $(DEPS_PATH)/fftw
cd $< ; \
./configure --prefix=$(PREFIX_PATH) --with-our-malloc --disable-mpi
./configure --prefix=$(PREFIX_PATH) --with-our-malloc --disable-mpi --enable-single

$(MAKE) -C $<
$(MAKE) -C $< install
Expand Down
2 changes: 1 addition & 1 deletion Makefile.windows.mk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ endif
#
build_fftw: $(DEPS_PATH)/fftw
cd $< ; \
./configure --host=$(HOST) --prefix=$(PREFIX_PATH) --with-our-malloc --disable-mpi
./configure --host=$(HOST) --prefix=$(PREFIX_PATH) --with-our-malloc --disable-mpi --enable-single

$(MAKE) -C $<
$(MAKE) -C $< install
Expand Down

0 comments on commit a8eb988

Please sign in to comment.