Control: severity -1 wishlist
Hi Andreas,
On 2022-12-04 19:40, Andreas Tille wrote:
Am Sun, Dec 04, 2022 at 03:34:44PM +0200 schrieb Andrius Merkys:
I have recently worked on beast-mcmc and noticed it has an outline of a
possible autopkgtest in debian/tests/run-unit-test, but debian/tests/control
is missing. I have not tried running debian/tests/run-unit-test, but from
its existence I assume the autopkgtest is left unfinished.
Thanks for reminding me about this. I admit I do not really remember
why I stopped with this. Currently I'm running into
OpenCL error: CL_DEVICE_NOT_FOUND from file <GPUInterfaceOpenCL.cpp>, line
122.
I currently do not have any clue how to fix this.
Here the code seems to be complaining about missing OpenCL hardware
support, which will not be available on buildds and ci machines. Thus
tests needing OpenCL have to be skipped.
Hope this helps,
Andrius