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 861F01382C5 for ; Thu, 24 Dec 2020 03:42:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 166582BC028; Thu, 24 Dec 2020 03:42:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1C9E2BC028 for ; Thu, 24 Dec 2020 03:42:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07B19341BB7 for ; Thu, 24 Dec 2020 03:42:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66A2B476 for ; Thu, 24 Dec 2020 03:42:22 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1608781246.4b1d79addc9057082bf04a8ad020dcf67662cf27.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libclc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libclc/Manifest dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild X-VCS-Directories: dev-libs/libclc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4b1d79addc9057082bf04a8ad020dcf67662cf27 X-VCS-Branch: master Date: Thu, 24 Dec 2020 03:42:22 +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: e838b4b4-de02-4938-b3e4-7044077cf4fd X-Archives-Hash: 0cb3d5a0ecd50da3455357b08e54bfd9 commit: 4b1d79addc9057082bf04a8ad020dcf67662cf27 Author: Matt Turner gentoo org> AuthorDate: Thu Dec 24 03:40:46 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Dec 24 03:40:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1d79ad dev-libs/libclc: Drop old versions Signed-off-by: Matt Turner gentoo.org> dev-libs/libclc/Manifest | 1 - dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild | 65 ------------------------- 2 files changed, 66 deletions(-) diff --git a/dev-libs/libclc/Manifest b/dev-libs/libclc/Manifest index e0e25709507..cb72e90b8a0 100644 --- a/dev-libs/libclc/Manifest +++ b/dev-libs/libclc/Manifest @@ -1,2 +1 @@ -DIST libclc-0.2.0_pre20191024.tar.xz 128628 BLAKE2B dc750725ee48456e3678cb4f730cc889045ff7401c4b40ac3ae9b656da9fe429aa2094c2042a18eda4f7e87c786ff8ae121fbf726a18de03884f30dad48b3fa1 SHA512 b4c2ca980fb28b5662055bea951de844284fcf122695234d7618439234f0203baf82b5cc5cf8acddfe387f19d32be3a958e53511bb1e33e9469f6be5951dbcdb DIST libclc-0.2.0_pre20201001.tar.xz 122180 BLAKE2B 8587c5b29d517a6c54a927b529f7e5651f154785e4299ad6b90007bdbae19ffccea75ec873a308b9a025effbb6316f91e70f82af19cdcdaad87c4f1af2595f78 SHA512 1fc10fcd6163991fe3ce474351d07f892a628fbd4e4cfb9ea96f1288db421b7be87c1f818593bea7409e7a17a5fd4c84a07a88f5c3d998ef97ac0425970abf4d diff --git a/dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild b/dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild deleted file mode 100644 index c2d93937f05..00000000000 --- a/dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) - -inherit llvm prefix python-any-r1 toolchain-funcs - -DESCRIPTION="OpenCL C library" -HOMEPAGE="https://libclc.llvm.org/" -# libclc subdir of https://github.com/llvm/llvm-project.git -SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz" - -LICENSE="Apache-2.0-with-LLVM-exceptions || ( MIT BSD )" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE_VIDEO_CARDS="video_cards_nvidia video_cards_r600 video_cards_radeonsi" -IUSE="${IUSE_VIDEO_CARDS}" -REQUIRED_USE="|| ( ${IUSE_VIDEO_CARDS} )" - -BDEPEND=" - || ( - sys-devel/clang:12 - sys-devel/clang:11 - sys-devel/clang:10 - sys-devel/clang:9 - sys-devel/clang:8 - ) - ${PYTHON_DEPS}" - -llvm_check_deps() { - has_version -b "sys-devel/clang:${LLVM_SLOT}" -} - -src_prepare() { - default - if use prefix; then - hprefixify configure.py - fi -} - -pkg_setup() { - # we do not need llvm_pkg_setup - python-any-r1_pkg_setup -} - -src_configure() { - local libclc_targets=() - - use video_cards_nvidia && libclc_targets+=("nvptx--" "nvptx64--" "nvptx--nvidiacl" "nvptx64--nvidiacl") - use video_cards_r600 && libclc_targets+=("r600--") - use video_cards_radeonsi && libclc_targets+=("amdgcn--" "amdgcn-mesa-mesa3d" "amdgcn--amdhsa") - - [[ ${#libclc_targets[@]} ]] || die "libclc target missing!" - - ./configure.py \ - --with-cxx-compiler="$(tc-getCXX)" \ - --with-llvm-config="$(get_llvm_prefix "${LLVM_MAX_SLOT}")/bin/llvm-config" \ - --prefix="${EPREFIX}/usr" \ - "${libclc_targets[@]}" || die -} - -src_compile() { - emake VERBOSE=1 -}