Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
d4a4848320
1 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  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@