Explorar o código

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

Nathalie Furmento %!s(int64=14) %!d(string=hai) anos
pai
achega
e774aea125
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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@