commit:     a195830ec668619d95d793582f8ca4f8cd1b2434
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 18:05:19 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 18:13:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a195830e

dev-libs/pocl: drop 1.8-r2

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/pocl/Manifest                             |   1 -
 .../pocl/files/vendor_opencl_libs_location.patch   |  20 ----
 dev-libs/pocl/metadata.xml                         |   1 -
 dev-libs/pocl/pocl-1.8-r2.ebuild                   | 126 ---------------------
 4 files changed, 148 deletions(-)

diff --git a/dev-libs/pocl/Manifest b/dev-libs/pocl/Manifest
index e1f69ae33d0f..3fefa356fa2d 100644
--- a/dev-libs/pocl/Manifest
+++ b/dev-libs/pocl/Manifest
@@ -1,2 +1 @@
-DIST pocl-1.8.tar.gz 1614545 BLAKE2B 
b0ccc08d1f899719f5def731c61727440035a879ebeebae89dd406423eba6c12b866f34cd47dd0e0f944b7f0c4569c57c44a9a62bf02552de5c4c3b8c9fb3b48
 SHA512 
bcbb3fa3d2234d4c5b0c17863eba0bc4c8f13f863cc58cfd1de49e21fa7bf0aec82b81aec143c81885e3a39274c8ae783b2f03b9a12846e024204d6ed0e59a9d
 DIST pocl-3.0.tar.gz 1722809 BLAKE2B 
095d3d1dca3fa7ebdf61e6e34bf444755dd6842c4f16e0f80895337e96508056465d332309d38ee4db6d6b0031e1dfce350485750e59bfe0dea5951eba5fd3e4
 SHA512 
dc02bdf259792edb5cb3c80cde5c5261e1e21219b4b31420a3b537abbca1bc478ce0ca0dfc622727088b67d580217d47566309de7c6114a24553de4496a209ea

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 548589ca41bc..000000000000
--- 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-<target>.bc

diff --git a/dev-libs/pocl/metadata.xml b/dev-libs/pocl/metadata.xml
index 9e73154528e9..a08bc6bb7825 100644
--- a/dev-libs/pocl/metadata.xml
+++ b/dev-libs/pocl/metadata.xml
@@ -6,7 +6,6 @@
        </maintainer>
        <use>
                <flag name="accel">Enable the generic hardware accelerator 
device driver</flag>
-               <flag name="cl20">Enable reporting OpenCL 2.0 for the CPU 
device</flag>
                <flag name="conformance">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.</flag>
                <flag name="cuda">Enable the CUDA backend for NVIDIA GPUs</flag>
                <flag name="float-conversion">When enabled, OpenCL printf() 
call's f/e/g formatters are handled by pocl. When disabled, these are handled 
by system C library.</flag>

diff --git a/dev-libs/pocl/pocl-1.8-r2.ebuild b/dev-libs/pocl/pocl-1.8-r2.ebuild
deleted file mode 100644
index cba8d60fd806..000000000000
--- a/dev-libs/pocl/pocl-1.8-r2.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2022 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 )
-LLVM_MAX_SLOT=13
-
-inherit cmake llvm python-any-r1 docs
-
-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"
-# TODO: hsa tce
-IUSE="accel cl20 +conformance cuda debug examples float-conversion hardening 
+hwloc memmanager test"
-# Tests not yet passing, fragile in Portage environment(?)
-RESTRICT="!test? ( test ) test"
-
-# TODO: add dependencies for cuda
-# Note: No := on LLVM because it pulls in Clang
-# see llvm.eclass for why
-CLANG_DEPS="!cuda? ( <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):= )
-       cuda? ( <sys-devel/clang-$((${LLVM_MAX_SLOT} + 
1)):=[llvm_targets_NVPTX] )"
-RDEPEND="
-       dev-libs/libltdl
-       <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):*
-       virtual/opencl
-
-       ${CLANG_DEPS}
-       debug? ( dev-util/lttng-ust:= )
-       hwloc? ( sys-apps/hwloc:=[cuda?] )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="${CLANG_DEPS}
-       virtual/pkgconfig
-       doc? (
-               $(python_gen_any_dep 
'<dev-python/markupsafe-2.0[${PYTHON_USEDEP}]')
-       )"
-
-PATCHES=(
-       "${FILESDIR}/vendor_opencl_libs_location.patch"
-)
-
-python_check_deps() {
-       python_has_version "<dev-python/markupsafe-2.0[${PYTHON_USEDEP}]"
-}
-
-llvm_check_deps() {
-       local usedep=$(usex cuda "[llvm_targets_NVPTX]" '')
-
-       # Clang is used at both build time (executed) and runtime
-       has_version -r "sys-devel/llvm:${LLVM_SLOT}${usedep}" && \
-               has_version -r "sys-devel/clang:${LLVM_SLOT}${usedep}" && \
-               has_version -b "sys-devel/clang:${LLVM_SLOT}${usedep}"
-}
-
-pkg_setup() {
-       use doc && python-any-r1_pkg_setup
-
-       llvm_pkg_setup
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_SHARED_LIBS=ON
-               -DENABLE_HSA=OFF
-               -DENABLE_ICD=ON
-               -DENABLE_POCL_BUILDING=ON
-               -DKERNELLIB_HOST_CPU_VARIANTS=distro
-               -DPOCL_ICD_ABSOLUTE_PATH=ON
-               -DSTATIC_LLVM=OFF
-               -DWITH_LLVM_CONFIG=$(get_llvm_prefix -d 
"${LLVM_MAX_SLOT}")/bin/llvm-config
-
-               -DENABLE_ACCEL_DEVICE=$(usex accel)
-               -DENABLE_CONFORMANCE=$(usex conformance)
-               -DENABLE_CUDA=$(usex cuda)
-               -DENABLE_HOST_CPU_DEVICE_CL20=$(usex cl20)
-               -DENABLE_HWLOC=$(usex hwloc)
-               -DENABLE_POCL_FLOAT_CONVERSION=$(usex float-conversion)
-               -DHARDENING_ENABLE=$(usex hardening)
-               -DPOCL_DEBUG_MESSAGES=$(usex debug)
-               -DUSE_POCL_MEMMANAGER=$(usex memmanager)
-               -DENABLE_TESTS=$(usex test)
-       )
-
-       cmake_src_configure
-}
-
-src_compile() {
-       cmake_src_compile
-       docs_compile
-}
-
-src_test() {
-       export POCL_BUILDING=1
-       export POCL_DEVICES=basic
-       export CTEST_OUTPUT_ON_FAILURE=1
-       export TEST_VERBOSE=1
-
-       # Referenced https://github.com/pocl/pocl/blob/master/.drone.yml
-       # But couldn't seem to get tests working yet
-       cmake_src_test
-}
-
-src_install() {
-       cmake_src_install
-
-       dodoc CREDITS README CHANGES
-
-       if use doc; then
-               dodoc -r _build/html
-               docompress -x /usr/share/doc/${P}/html
-       fi
-
-       if use examples; then
-               dodoc -r examples
-               docompress -x /usr/share/doc/${P}/examples
-       fi
-}

Reply via email to