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 8E340158012 for ; Thu, 23 Sep 2021 06:36:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4AD3E095E; Thu, 23 Sep 2021 06:36:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7A0A9E08FE for ; Thu, 23 Sep 2021 06:36:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79954342CA7 for ; Thu, 23 Sep 2021 06:36:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1958D0 for ; Thu, 23 Sep 2021 06:36:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1632378962.a47d0fd7fd70bfdf59853f5ae4b34c9d36c9dbca.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pocl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/pocl/pocl-1.7-r1.ebuild dev-libs/pocl/pocl-1.7.ebuild X-VCS-Directories: dev-libs/pocl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a47d0fd7fd70bfdf59853f5ae4b34c9d36c9dbca X-VCS-Branch: master Date: Thu, 23 Sep 2021 06:36:14 +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: 6d420e11-e3a4-4a12-a061-8fc091c8177f X-Archives-Hash: 6390924cfaeec1274596fba93e9de87e commit: a47d0fd7fd70bfdf59853f5ae4b34c9d36c9dbca Author: Sam James gentoo org> AuthorDate: Thu Sep 23 06:25:43 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 23 06:36:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47d0fd7 dev-libs/pocl: various fixups Mostly fixups I missed when importing from GURU earlier: - LLVM deps - General tidying Signed-off-by: Sam James gentoo.org> .../pocl/{pocl-1.7.ebuild => pocl-1.7-r1.ebuild} | 47 +++++++++++++++------- 1 file changed, 32 insertions(+), 15 deletions(-) diff --git a/dev-libs/pocl/pocl-1.7.ebuild b/dev-libs/pocl/pocl-1.7-r1.ebuild similarity index 66% rename from dev-libs/pocl/pocl-1.7.ebuild rename to dev-libs/pocl/pocl-1.7-r1.ebuild index 74100b13bb3..d5f2724b962 100644 --- a/dev-libs/pocl/pocl-1.7.ebuild +++ b/dev-libs/pocl/pocl-1.7-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=7 DOCS_AUTODOC=0 DOCS_BUILDER="sphinx" @@ -13,10 +13,7 @@ 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 -" +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" @@ -26,35 +23,51 @@ IUSE="accel cl20 +conformance cuda debug examples float-conversion hardening +hw RESTRICT="!test? ( test ) mirror" -#TODO: add dependencies for cuda +# TODO: add dependencies for cuda +# Note: No := on LLVM because it pulls in Clang +# see llvm.eclass for why +CLANG_DEPS="!cuda? (