aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-03-09 11:12:45 +0100
committerMarek Szuba <marecki@gentoo.org>2020-03-09 11:12:45 +0100
commite1559c7a4a87b266b306c9b67fc431ca75619e9e (patch)
tree4aec581f680f4680dec6c042ae80704653b969c0
parent2020-02-19-openssh-8.2-service-breakage: Add news item (diff)
downloadgentoo-news-e1559c7a4a87b266b306c9b67fc431ca75619e9e.tar.gz
gentoo-news-e1559c7a4a87b266b306c9b67fc431ca75619e9e.tar.bz2
gentoo-news-e1559c7a4a87b266b306c9b67fc431ca75619e9e.zip
2020-03-09-opencl-abi_x86_32-phaseout: add news item
Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r--2020-03-09-opencl-abi_x86_32-phaseout/2020-03-09-opencl-abi_x86_32-phaseout.en.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/2020-03-09-opencl-abi_x86_32-phaseout/2020-03-09-opencl-abi_x86_32-phaseout.en.txt b/2020-03-09-opencl-abi_x86_32-phaseout/2020-03-09-opencl-abi_x86_32-phaseout.en.txt
new file mode 100644
index 0000000..fe50d82
--- /dev/null
+++ b/2020-03-09-opencl-abi_x86_32-phaseout/2020-03-09-opencl-abi_x86_32-phaseout.en.txt
@@ -0,0 +1,23 @@
+Title: Removing ABI_X86_32 support from virtual/opencl
+Author: Marek Szuba <marecki@gentoo.org>
+Posted: 2020-03-09
+Revision: 2
+News-Item-Format: 2.0
+Display-If-Installed: virtual/opencl
+
+From April 2020 onwards virtual/opencl will no longer provide support
+for the 32-bit ABI on either multilib amd64 or native x86 systems. The
+reason for this is that most modern OpenCL providers currently available
+from Gentoo only support the 64-bit ABI anyway. Therefore, we intend
+to initially mask:
+ - virtual/opencl in x86 profiles,
+ - USE=abi_x86_32 for virtual/opencl in all profiles, and
+ - USE=opencl in x86 profiles.
+and follow up with removal of multilib support and x86 keywords from
+virtual/opencl.
+
+Note that this change will only affect the virtual package, i.e. OpenCL
+providers which do support ABI_X86_32 will continue to advertise this
+capability. Users of such providers who wish to retain 32-bit OpenCL
+support are advised to add virtual/opencl to package.provided; see
+portage(5) for details.