forked from pool/libclc
Stefan Dirsch
effe2bc71e
Library requirements of the OpenCL C programming language. OBS-URL: https://build.opensuse.org/request/show/347130 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=1
7 lines
286 B
Plaintext
7 lines
286 B
Plaintext
# This line is mandatory to access the configuration functions
|
|
from Config import *
|
|
|
|
# Files required at runtime by applications using OpenCL.
|
|
addFilter("devel-file-in-non-devel-package.*/usr/include/clc/.*")
|
|
addFilter("devel-file-in-non-devel-package.*/usr/lib64/pkgconfig/libclc.pc")
|