commit: d31c4c6fff1670477cf208d00b87997b5c6bbe4e Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Sun Feb 1 10:56:39 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <mar...@linux.sungazer.de> + +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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> + <maintainer> + <email>mar...@linux.sungazer.de</email> + <name>Marius Brehler</name> + </maintainer> + <longdescription> + 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. + </longdescription> +</pkgmetadata>