Explorar o código

starpufft needs fftwf, not fftwl

Samuel Thibault %!s(int64=14) %!d(string=hai) anos
pai
achega
595249abc7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/Makefile.am

+ 1 - 1
examples/Makefile.am

@@ -22,7 +22,7 @@ AM_LDFLAGS = $(STARPU_CUDA_LDFLAGS) $(STARPU_OPENCL_LDFLAGS)
 SUBDIRS = stencil
 
 if STARPU_HAVE_FFTW
-if STARPU_HAVE_FFTWL
+if STARPU_HAVE_FFTWF
 SUBDIRS += starpufft
 endif
 endif