We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2f4b07 + 65564e1 commit 2655c27Copy full SHA for 2655c27
deps/Makefile
@@ -1519,9 +1519,7 @@ get-fftw: get-fftw-single get-fftw-double
1519
configure-fftw: configure-fftw-single configure-fftw-double
1520
compile-fftw: compile-fftw-single compile-fftw-double
1521
check-fftw: check-fftw-single check-fftw-double
1522
-install-fftw:
1523
- @$(MAKE) -s -f $(JULIAHOME)/deps/Makefile install-fftw-single
1524
- @$(MAKE) -s -f $(JULIAHOME)/deps/Makefile install-fftw-double
+install-fftw: install-fftw-single install-fftw-double
1525
1526
get-fftw-single: $(SRCDIR)/srccache/fftw-$(FFTW_VER).tar.gz
1527
configure-fftw-single: $(BUILDDIR)/fftw-$(FFTW_VER)-single/config.status
0 commit comments