- switch to /usr/etc/OpenCL/vendors for mesa.icd OpenCL file
location (boo#1173005) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=968
This commit is contained in:
parent
82059c0364
commit
e21c6e109c
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 18 11:02:23 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- switch to /usr/etc/OpenCL/vendors for mesa.icd OpenCL file
|
||||||
|
location (boo#1173005)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 15 12:31:13 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
Mon Jun 15 12:31:13 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -793,6 +793,7 @@ egl_platforms=x11,drm,surfaceless,wayland
|
|||||||
%endif
|
%endif
|
||||||
%if 0%{with_opencl}
|
%if 0%{with_opencl}
|
||||||
-Dgallium-opencl=icd \
|
-Dgallium-opencl=icd \
|
||||||
|
--sysconfdir=%{_distconfdir} \
|
||||||
%endif
|
%endif
|
||||||
-Ddri-search-path=%{_libdir}/dri \
|
-Ddri-search-path=%{_libdir}/dri \
|
||||||
%if 0%{with_llvm}
|
%if 0%{with_llvm}
|
||||||
@ -1171,9 +1172,9 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen
|
|||||||
|
|
||||||
%if 0%{with_opencl}
|
%if 0%{with_opencl}
|
||||||
%files -n Mesa-libOpenCL
|
%files -n Mesa-libOpenCL
|
||||||
%dir %{_sysconfdir}/OpenCL
|
%dir %{_distconfdir}/OpenCL
|
||||||
%dir %{_sysconfdir}/OpenCL/vendors
|
%dir %{_distconfdir}/OpenCL/vendors
|
||||||
%{_sysconfdir}/OpenCL/vendors/mesa.icd
|
%{_distconfdir}/OpenCL/vendors/mesa.icd
|
||||||
%{_libdir}/libMesaOpenCL.so*
|
%{_libdir}/libMesaOpenCL.so*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 18 11:02:23 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- switch to /usr/etc/OpenCL/vendors for mesa.icd OpenCL file
|
||||||
|
location (boo#1173005)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 15 12:31:13 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
Mon Jun 15 12:31:13 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -792,6 +792,7 @@ egl_platforms=x11,drm,surfaceless,wayland
|
|||||||
%endif
|
%endif
|
||||||
%if 0%{with_opencl}
|
%if 0%{with_opencl}
|
||||||
-Dgallium-opencl=icd \
|
-Dgallium-opencl=icd \
|
||||||
|
--sysconfdir=%{_distconfdir} \
|
||||||
%endif
|
%endif
|
||||||
-Ddri-search-path=%{_libdir}/dri \
|
-Ddri-search-path=%{_libdir}/dri \
|
||||||
%if 0%{with_llvm}
|
%if 0%{with_llvm}
|
||||||
@ -1170,9 +1171,9 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen
|
|||||||
|
|
||||||
%if 0%{with_opencl}
|
%if 0%{with_opencl}
|
||||||
%files -n Mesa-libOpenCL
|
%files -n Mesa-libOpenCL
|
||||||
%dir %{_sysconfdir}/OpenCL
|
%dir %{_distconfdir}/OpenCL
|
||||||
%dir %{_sysconfdir}/OpenCL/vendors
|
%dir %{_distconfdir}/OpenCL/vendors
|
||||||
%{_sysconfdir}/OpenCL/vendors/mesa.icd
|
%{_distconfdir}/OpenCL/vendors/mesa.icd
|
||||||
%{_libdir}/libMesaOpenCL.so*
|
%{_libdir}/libMesaOpenCL.so*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user