Skip to content

Commit

Permalink
Merge pull request #14523 from JuliaLang/vs/fftw
Browse files Browse the repository at this point in the history
Fix the FFTW build process
  • Loading branch information
Viral B. Shah committed Dec 31, 2015
2 parents b2f4b07 + 65564e1 commit 2655c27
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1519,9 +1519,7 @@ get-fftw: get-fftw-single get-fftw-double
configure-fftw: configure-fftw-single configure-fftw-double
compile-fftw: compile-fftw-single compile-fftw-double
check-fftw: check-fftw-single check-fftw-double
install-fftw:
@$(MAKE) -s -f $(JULIAHOME)/deps/Makefile install-fftw-single
@$(MAKE) -s -f $(JULIAHOME)/deps/Makefile install-fftw-double
install-fftw: install-fftw-single install-fftw-double

get-fftw-single: $(SRCDIR)/srccache/fftw-$(FFTW_VER).tar.gz
configure-fftw-single: $(BUILDDIR)/fftw-$(FFTW_VER)-single/config.status
Expand Down

0 comments on commit 2655c27

Please sign in to comment.