virtual/opencl: new version
authorMarek Szuba <marecki@gentoo.org>
Sat, 4 Apr 2020 21:38:36 +0000 (22:38 +0100)
committerMarek Szuba <marecki@gentoo.org>
Wed, 8 Apr 2020 14:44:45 +0000 (15:44 +0100)
commit5c96095946f50914c26b4b6507c93dc8c81b3650
tree5aeab8b2c81b6d9a832ba2cb788cc85e03ffef63
parent596efba2c3726d3d9f9b789c622a6913bbe77389
virtual/opencl: new version

One, instead of pulling in various OpenCL runtimes, only depend on
an OpenCL ICD loader (dev-libs/ocl-icd, with dev-libs/opencl-icd-loader
to be added later) in order to provide hardware-independent header
files and libraries for OpenCL-aware software to build against.
Actual runtimes are now simply suggested to the user via a postinst
message / README.gentoo file.

Two, do not depend on eselect-opencl either - both ICD loaders pull in
their own OpenCL headers so there is no need to depend on the legacy
headers provided by this package, and for being able to switch to a
specific loader it is enough for loaders themselves to depend on this.

Signed-off-by: Marek Szuba <marecki@gentoo.org>
virtual/opencl/files/README.gentoo [new file with mode: 0644]
virtual/opencl/opencl-3.ebuild [new file with mode: 0644]