Explorar el Código

libstarpu.pc.in: Partially revert r2189. As StarPU uses for example CUDA in its public interface, it needs to export its CFLAGS and LDFLAGS.

Nathalie Furmento hace 15 años
padre
commit
d4a4848320
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. 2 3
      libstarpu.pc.in

+ 2 - 3
libstarpu.pc.in

@@ -6,7 +6,6 @@ includedir=@includedir@
 Name: starpu
 Description: offers support for heterogeneous multicore architecture
 Version: @PACKAGE_VERSION@
-Cflags: -I${includedir}
-Libs: -L${libdir} -lstarpu
-Libs.private: @LDFLAGS@ @LIBS@
+Cflags: -I${includedir} @CPPFLAGS@
+Libs: -L${libdir} @LDFLAGS@ @LIBS@ -lstarpu
 Requires.private: @HWLOC_REQUIRES@ @GORDON_REQUIRES@