Преглед изворни кода

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 пре 15 година
родитељ
комит
d4a4848320
1 измењених фајлова са 2 додато и 3 уклоњено
  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@