(i sent this to arch-dev originally by mistake; apologies for any duplicates you might receive) I took over the quite out-of-date intel-opencl-runtime, and updated it from 1:18.1.0.013-2 to the current (released 2020-06-04) 1:20.26.17199 from https://github.com/intel/compute-runtime/releases/tag/20.26.17199. Along the way, I cleaned up the packaging a good deal (IMHO). Unfortunately, this is not going to fly without an update to two packages in community: https://www.archlinux.org/packages/community/x86_64/intel-gmmlib/ https://www.archlinux.org/packages/community/x86_64/intel-graphics-compiler/ gmmlib needs 20.1.1 -> 20.2.2 igc needs 1.0.3899 -> 1.0.4241 Until these two are updated, use of intel-opencl-runtime 20.X is likely to fail, with errors like the following: [grimes](0) $ clinfo Abort was called at 42 line in file: ../neo/shared/source/built_ins/built_ins.cpp Aborted (core dumped) [grimes](134) $ When I hand-built the newer gmmlib and IGC, however, clinfo once again works fine, and reflects the current version. I'm happy to prepare the necessary patches, but have never contributed to community before, and thought I ought post here first. -- nick black -=- https://www.nick-black.com to make an apple pie from scratch, you need first invent a universe.