瀏覽代碼

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

Nathalie Furmento 14 年之前
父節點
當前提交
e774aea125
共有 1 個文件被更改,包括 1 次插入1 次删除
  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@