diff --git a/abi_used_symbols b/abi_used_symbols new file mode 100644 --- /dev/null +++ b/abi_used_symbols @@ -0,0 +1,46 @@ +libOpenCL.so.1:clBuildProgram +libOpenCL.so.1:clCreateContext +libOpenCL.so.1:clCreateContextFromType +libOpenCL.so.1:clCreateKernel +libOpenCL.so.1:clCreateProgramWithSource +libOpenCL.so.1:clGetContextInfo +libOpenCL.so.1:clGetDeviceIDs +libOpenCL.so.1:clGetDeviceInfo +libOpenCL.so.1:clGetExtensionFunctionAddress +libOpenCL.so.1:clGetKernelWorkGroupInfo +libOpenCL.so.1:clGetPlatformIDs +libOpenCL.so.1:clGetPlatformInfo +libOpenCL.so.1:clGetProgramBuildInfo +libOpenCL.so.1:clReleaseContext +libOpenCL.so.1:clReleaseKernel +libOpenCL.so.1:clReleaseProgram +libc.so.6:__ctype_b_loc +libc.so.6:__fprintf_chk +libc.so.6:__isoc99_sscanf +libc.so.6:__libc_start_main +libc.so.6:__printf_chk +libc.so.6:__snprintf_chk +libc.so.6:__sprintf_chk +libc.so.6:__stack_chk_fail +libc.so.6:__vsnprintf_chk +libc.so.6:calloc +libc.so.6:ctime +libc.so.6:exit +libc.so.6:fflush +libc.so.6:fputs +libc.so.6:free +libc.so.6:fwrite +libc.so.6:malloc +libc.so.6:memcpy +libc.so.6:putc +libc.so.6:puts +libc.so.6:realloc +libc.so.6:stderr +libc.so.6:stdout +libc.so.6:strcmp +libc.so.6:strlen +libc.so.6:strncmp +libc.so.6:strncpy +libc.so.6:strstr +libc.so.6:strtol +libdl.so.2:dlsym diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,19 +1,18 @@ name : clinfo -version : 2.2.18.04.06 -release : 6 +version : 3.0.21.02.21 +release : 7 source : - - git|https://github.com/Oblomov/clinfo : 2.2.18.04.06 + - https://github.com/Oblomov/clinfo/archive/refs/tags/3.0.21.02.21.tar.gz : e52f5c374a10364999d57a1be30219b47fb0b4f090e418f2ca19a0c037c1e694 license : CC0-1.0 -component : system.utils -summary : A simple OpenCL application that enumerates all possible platform and device properties +component : programming.tools +homepage : https://github.com/Oblomov/clinfo/ +summary : Tool that enumerates all system OpenCL platform and device properties description: | - A simple OpenCL application that enumerates all possible platform and device properties. Inspired by AMD's program of the same name, it is coded in pure C99 and it tries to output all possible information, including that provided by platform-specific extensions, and not to crash on platform-unsupported properties (e.g. 1.2 properties on 1.1 platforms). + A simple OpenCL application that enumerates all possible platform and device properties on the system. Inspired by AMD's program of the same name, it is coded in pure C99 and it tries to output all possible information, including that provided by platform-specific extensions, and not to crash on platform-unsupported properties (e.g. 1.2 properties on 1.1 platforms). builddeps : - pkgconfig(OpenCL) -rundeps : - - beignet build : | %make install : | - install -D -m 00755 clinfo $installdir/usr/bin/clinfo - install -D -m 00644 man1/clinfo.1 $installdir/usr/share/man/man1/clinfo.1 + install -Dm 00755 clinfo $installdir/usr/bin/clinfo + install -Dm 00644 man1/clinfo.1 $installdir/usr/share/man/man1/clinfo.1 diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -1,35 +1,36 @@ clinfo + https://github.com/Oblomov/clinfo/ - Bryan T. Meyers - bmeyers@datadrake.com + Campbell Jones + dev@serebit.com CC0-1.0 - system.utils - A simple OpenCL application that enumerates all possible platform and device properties - A simple OpenCL application that enumerates all possible platform and device properties. Inspired by AMD's program of the same name, it is coded in pure C99 and it tries to output all possible information, including that provided by platform-specific extensions, and not to crash on platform-unsupported properties (e.g. 1.2 properties on 1.1 platforms). + programming.tools + Tool that enumerates all system OpenCL platform and device properties + A simple OpenCL application that enumerates all possible platform and device properties on the system. Inspired by AMD's program of the same name, it is coded in pure C99 and it tries to output all possible information, including that provided by platform-specific extensions, and not to crash on platform-unsupported properties (e.g. 1.2 properties on 1.1 platforms). - https://solus-project.com/sources/README.Solus + https://getsol.us/sources/README.Solus clinfo - A simple OpenCL application that enumerates all possible platform and device properties - A simple OpenCL application that enumerates all possible platform and device properties. Inspired by AMD's program of the same name, it is coded in pure C99 and it tries to output all possible information, including that provided by platform-specific extensions, and not to crash on platform-unsupported properties (e.g. 1.2 properties on 1.1 platforms). + Tool that enumerates all system OpenCL platform and device properties + A simple OpenCL application that enumerates all possible platform and device properties on the system. Inspired by AMD's program of the same name, it is coded in pure C99 and it tries to output all possible information, including that provided by platform-specific extensions, and not to crash on platform-unsupported properties (e.g. 1.2 properties on 1.1 platforms). - system.utils + programming.tools /usr/bin/clinfo /usr/share/man/man1/clinfo.1 - - 2018-12-29 - 2.2.18.04.06 + + 2021-03-22 + 3.0.21.02.21 Packaging update - Bryan T. Meyers - bmeyers@datadrake.com + Campbell Jones + dev@serebit.com \ No newline at end of file