Skip to content

Commit 69b210f

Browse files
committed
Revert part of the fftw build tweak, to ensure that the parallel build works.
1 parent adb80a8 commit 69b210f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ STAGE1_DEPS += openblas
8080
endif
8181

8282
ifeq ($(USE_SYSTEM_FFTW), 0)
83-
STAGE1_DEPS += fftw-single fftw-double
83+
STAGE1_DEPS += fftw
8484
endif
8585

8686
ifeq ($(USE_SYSTEM_GMP), 0)

0 commit comments

Comments
 (0)