Quellcode durchsuchen

Update pc files to new include path

Samuel Thibault vor 13 Jahren
Ursprung
Commit
c76e014e6c
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      libstarpu.pc.in
  2. 1 1
      libstarpumpi.pc.in

+ 1 - 1
libstarpu.pc.in

@@ -22,7 +22,7 @@ includedir=@includedir@
 Name: starpu
 Description: offers support for heterogeneous multicore architecture
 Version: @PACKAGE_VERSION@
-Cflags: -I${includedir}/@STARPU_EFFECTIVE_VERSION@ @STARPU_CUDA_CPPFLAGS@
+Cflags: -I${includedir}/starpu-@STARPU_EFFECTIVE_VERSION@ @STARPU_CUDA_CPPFLAGS@
 Libs: -L${libdir} -lstarpu-@STARPU_EFFECTIVE_VERSION@ @STARPU_CUDA_LDFLAGS@ @STARPU_OPENCL_LDFLAGS@
 Libs.private: @LDFLAGS@ @LIBS@
 Requires: @HWLOC_REQUIRES@

+ 1 - 1
libstarpumpi.pc.in

@@ -22,7 +22,7 @@ includedir=@includedir@
 Name: starpumpi
 Description: offers MPI support for heterogeneous multicore architecture
 Version: @PACKAGE_VERSION@
-Cflags: -I${includedir}
+Cflags: -I${includedir}/starpu-@STARPU_EFFECTIVE_VERSION@
 Libs: -L${libdir} -lstarpumpi
 Libs.private: @LDFLAGS@ @LIBS@
 Requires: libstarpu