From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74924158012 for ; Thu, 23 Sep 2021 06:45:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4346E0985; Thu, 23 Sep 2021 06:45:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8ECF1E0985 for ; Thu, 23 Sep 2021 06:45:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D08B343046 for ; Thu, 23 Sep 2021 06:45:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A739B11C for ; Thu, 23 Sep 2021 06:45:18 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1632379346.4c3631af3ad1499c55ddea5c3b2f257e8f476366.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/pocl/files/, dev-libs/pocl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/pocl/Manifest dev-libs/pocl/files/vendor_opencl_libs_location.patch dev-libs/pocl/metadata.xml dev-libs/pocl/pocl-1.7.ebuild X-VCS-Directories: dev-libs/pocl/files/ dev-libs/pocl/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 4c3631af3ad1499c55ddea5c3b2f257e8f476366 X-VCS-Branch: master Date: Thu, 23 Sep 2021 06:45:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d037cfbb-879d-49cb-be78-df643185f8e4 X-Archives-Hash: 50cd6541f175e20a93628b1db8efbe04 Message-ID: <20210923064518.lQpAOqx8UsCp28kjAYkPNC0D0c38Fzc84YoBzzNqrVA@z> commit: 4c3631af3ad1499c55ddea5c3b2f257e8f476366 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Sep 23 06:42:26 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Sep 23 06:42:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c3631af dev-libs/pocl: treeclean (moved to ::gentoo) Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/pocl/Manifest | 1 - .../pocl/files/vendor_opencl_libs_location.patch | 20 ----- dev-libs/pocl/metadata.xml | 30 ------- dev-libs/pocl/pocl-1.7.ebuild | 95 ---------------------- 4 files changed, 146 deletions(-) diff --git a/dev-libs/pocl/Manifest b/dev-libs/pocl/Manifest deleted file mode 100644 index 4ac613d41..000000000 --- a/dev-libs/pocl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pocl-1.7.tar.gz 1577676 BLAKE2B 50d4f50236b1c81f319b5559ca2b1df529209f07899acf51c487820d97cc6766c5130a55afca910517c7db63d8041ac8306062880c3a821cbc1bf9108bf13d65 SHA512 23bb82b25a222186c001b2ed413f26253e1e0e16518e98c95173f51491e15d107e6ab1b334ffd490b41199743267d9ad64882a22fea327e17ec9604f9847fc38 diff --git a/dev-libs/pocl/files/vendor_opencl_libs_location.patch b/dev-libs/pocl/files/vendor_opencl_libs_location.patch deleted file mode 100644 index 548589ca4..000000000 --- a/dev-libs/pocl/files/vendor_opencl_libs_location.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -125,7 +125,7 @@ - endif() - - # for libpocl.so --set(POCL_INSTALL_PUBLIC_LIBDIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}" CACHE PATH "POCL public libdir") -+set(POCL_INSTALL_PUBLIC_LIBDIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/OpenCL/vendors/pocl" CACHE PATH "POCL public libdir") - - # for llvmopencl.so - set(POCL_INSTALL_PRIVATE_LIBDIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/pocl" CACHE PATH "POCL private libdir") -@@ -134,7 +134,7 @@ - if(UNIX AND NOT CMAKE_CROSSCOMPILING AND CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) - set(POCL_INSTALL_ICD_VENDORDIR "/etc/OpenCL/vendors" CACHE PATH "POCL ICD file destination") - else() -- set(POCL_INSTALL_ICD_VENDORDIR "${CMAKE_INSTALL_PREFIX}/etc/OpenCL/vendors" CACHE PATH "POCL ICD file destination") -+ set(POCL_INSTALL_ICD_VENDORDIR "${SYSCONFDIR}/etc/OpenCL/vendors" CACHE PATH "POCL ICD file destination") - endif() - - # for kernel-.bc diff --git a/dev-libs/pocl/metadata.xml b/dev-libs/pocl/metadata.xml deleted file mode 100644 index 8ae6143c7..000000000 --- a/dev-libs/pocl/metadata.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - co-maintainers welcome - lssndrbarbieri@gmail.com - Alessandro Barbieri - - -PoCL is a portable open source (MIT-licensed) implementation of the OpenCL standard (1.2 with some 2.0 features supported). In addition to being an easily portable multi-device (truely heterogeneous) open-source OpenCL implementation, a major goal of this project is improving interoperability of diversity of OpenCL-capable devices by integrating them to a single centrally orchestrated platform. Also one of the key goals longer term is to enhance performance portability of OpenCL programs across device types utilizing runtime and compiler techniques. - -Upstream PoCL currently supports various CPUs, NVIDIA GPUs via libcuda, HSA-supported GPUs and TCE ASIPs (experimental, see: OpenASIP). It is also known to have multiple (private) adaptations in active production use. - -PoCL uses Clang as an OpenCL C frontend and LLVM for kernel compiler implementation, and as a portability layer. Thus, if your desired target has an LLVM backend, it should be able to get OpenCL support easily by using PoCL. - - - pocl/pocl - - - Enable the generic hardware accelerator device driver - Enable reporting OpenCL 2.0 for the CPU device - Ensures that certain build options which would result in non-conformant pocl build stay disabled. Note that this does not quarantee a fully conformant build of pocl by itself - Enable the CUDA backend for NVIDIA GPUs - When enabled, OpenCL printf() call's f/e/g formatters are handled by pocl. When disabled, these are handled by system C library. - Enable hardening against various attacks. May worsen performance - - Enable hwloc support - Enables custom memory manager. Except for special circumstances, this should be disabled - - diff --git a/dev-libs/pocl/pocl-1.7.ebuild b/dev-libs/pocl/pocl-1.7.ebuild deleted file mode 100644 index 5da955b15..000000000 --- a/dev-libs/pocl/pocl-1.7.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -DOCS_AUTODOC=0 -DOCS_BUILDER="sphinx" -DOCS_DIR="doc/sphinx/source" -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit cmake llvm python-any-r1 docs - -LLVM_MAX_SLOT=12 - -DESCRIPTION="Portable Computing Language (an implementation of OpenCL)" -HOMEPAGE=" - http://portablecl.org - https://github.com/pocl/pocl -" -SRC_URI="https://github.com/pocl/pocl/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="accel cl20 +conformance cuda debug examples float-conversion hardening +hwloc memmanager test" #hsa tce - -RESTRICT="!test? ( test )" - -#TODO: add dependencies for cuda -RDEPEND=" - dev-libs/libltdl - sys-devel/llvm:${LLVM_MAX_SLOT} - virtual/opencl - - !cuda? ( sys-devel/clang:${LLVM_MAX_SLOT} ) - cuda? ( sys-devel/clang:${LLVM_MAX_SLOT}[llvm_targets_NVPTX] ) - debug? ( dev-util/lttng-ust ) - hwloc? ( sys-apps/hwloc[cuda?] ) -" -DEPEND=" - ${RDEPEND} - doc? ( $(python_gen_any_dep '