Browse Source

libstarpu.pc.in: opencl libraries are needed when linking external applications

Nathalie Furmento 14 years ago
parent
commit
e774aea125
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libstarpu.pc.in

+ 1 - 1
libstarpu.pc.in

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