From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 842C4138ACF for ; Mon, 2 Feb 2015 12:06:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8839CE08EC; Mon, 2 Feb 2015 12:06:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1A10E08E2 for ; Mon, 2 Feb 2015 12:06:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB048340701 for ; Mon, 2 Feb 2015 12:06:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16CFB10E46 for ; Mon, 2 Feb 2015 12:06:25 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1422788199.d31c4c6fff1670477cf208d00b87997b5c6bbe4e.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/boost-compute/ X-VCS-Repository: proj/sci X-VCS-Files: dev-libs/boost-compute/ChangeLog dev-libs/boost-compute/boost-compute-0.4.ebuild dev-libs/boost-compute/boost-compute-9999.ebuild dev-libs/boost-compute/metadata.xml X-VCS-Directories: dev-libs/boost-compute/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d31c4c6fff1670477cf208d00b87997b5c6bbe4e X-VCS-Branch: master Date: Mon, 2 Feb 2015 12:06:25 +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-Archives-Salt: 65299dca-0a38-4a79-95bb-51e9d360f343 X-Archives-Hash: cddf00b9f9124ee8f6e180ad410d8173 commit: d31c4c6fff1670477cf208d00b87997b5c6bbe4e Author: Marius Brehler linux sungazer de> AuthorDate: Sun Feb 1 10:56:39 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Feb 1 10:56:39 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d31c4c6f New package dev-libs/boost-compute --- dev-libs/boost-compute/ChangeLog | 10 +++++++++ dev-libs/boost-compute/boost-compute-0.4.ebuild | 1 + dev-libs/boost-compute/boost-compute-9999.ebuild | 28 ++++++++++++++++++++++++ dev-libs/boost-compute/metadata.xml | 15 +++++++++++++ 4 files changed, 54 insertions(+) diff --git a/dev-libs/boost-compute/ChangeLog b/dev-libs/boost-compute/ChangeLog new file mode 100644 index 0000000..eefb055 --- /dev/null +++ b/dev-libs/boost-compute/ChangeLog @@ -0,0 +1,10 @@ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*boost-compute-9999 (01 Feb 2015) +*boost-compute-0.4 (01 Feb 2015) + + 01 Feb 2015; Marius Brehler + +metadata.xml, +boost-compute-9999.ebuild, +boost-compute-0.4.ebuild: + Add Boost.Compute to overlay + \ No newline at end of file diff --git a/dev-libs/boost-compute/boost-compute-0.4.ebuild b/dev-libs/boost-compute/boost-compute-0.4.ebuild new file mode 120000 index 0000000..9782d2a --- /dev/null +++ b/dev-libs/boost-compute/boost-compute-0.4.ebuild @@ -0,0 +1 @@ +boost-compute-9999.ebuild \ No newline at end of file diff --git a/dev-libs/boost-compute/boost-compute-9999.ebuild b/dev-libs/boost-compute/boost-compute-9999.ebuild new file mode 100644 index 0000000..320fa9d --- /dev/null +++ b/dev-libs/boost-compute/boost-compute-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils cmake-utils + +DESCRIPTION="A header-only C++ Computing Library for OpenCL" +HOMEPAGE="https://github.com/kylelutz/compute" + +LICENSE="Boost-1.0" +SLOT="0" +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/kylelutz/compute.git git://github.com/kylelutz/compute.git" + inherit git-r3 + KEYWORDS="" +else + SRC_URI="https://github.com/kylelutz/compute/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/compute-${PV}" +fi + +RDEPEND=" + dev-libs/boost + virtual/opencl +" +DEPEND="${RDEPEND}" diff --git a/dev-libs/boost-compute/metadata.xml b/dev-libs/boost-compute/metadata.xml new file mode 100644 index 0000000..ae0b300 --- /dev/null +++ b/dev-libs/boost-compute/metadata.xml @@ -0,0 +1,15 @@ + + + + sci + + marbre@linux.sungazer.de + Marius Brehler + + + Boost.Compute is a GPU/parallel-computing library for C++ based on + OpenCL. The core library is a thin C++ wrapper over the OpenCL API + and provides access to compute devices, contexts, command queues + and memory buffers. + +