1
0

Accepting request 1141029 from home:sndirsch:branches:devel:languages:python:numeric

- force 'swrast' ("llvmpipe") Mesa/OpenGL driver to be used by
  setting and exporting LIBGL_ALWAYS_SOFTWARE=1 to get rid of
  issues when Mesa is trying to load 'zink' driver (messages are
  just warnings, but seem to be fatal for the tests here) (boo#1219095)

OBS-URL: https://build.opensuse.org/request/show/1141029
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=81
This commit is contained in:
2024-01-24 00:04:02 +00:00
committed by Git OBS Bridge
parent 00dc2da7eb
commit 1de880ba07
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jan 23 17:01:35 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- force 'swrast' ("llvmpipe") Mesa/OpenGL driver to be used by
setting and exporting LIBGL_ALWAYS_SOFTWARE=1 to get rid of
issues when Mesa is trying to load 'zink' driver (messages are
just warnings, but seem to be fatal for the tests here) (boo#1219095)
-------------------------------------------------------------------
Sun Dec 17 17:11:09 UTC 2023 - Ben Greiner <code@bnavigator.de>