Explorar el Código

Update .pc.in for libstarpufft

Samuel Thibault hace 13 años
padre
commit
fe426d6ede
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/starpufft/libstarpufft.pc.in

+ 1 - 1
examples/starpufft/libstarpufft.pc.in

@@ -22,6 +22,6 @@ includedir=@includedir@
 Name: starpufft
 Description: offers support for heterogeneous multicore architecture
 Version: @PACKAGE_VERSION@
-Cflags: -I${includedir} @STARPU_CUDA_CPPFLAGS@
+Cflags: -I${includedir}/starpu-@STARPU_EFFECTIVE_VERSION@ @STARPU_CUDA_CPPFLAGS@
 Libs: -L${libdir} -lstarpufft
 Libs.private: @LDFLAGS@ @LIBS@ @STARPU_CUFFT_LDFLAGS@ @FFTW_LIBS@ @FFTWF_LIBS@