From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/boost-compute/
Date: Mon, 2 Feb 2015 12:06:25 +0000 (UTC) [thread overview]
Message-ID: <1422788199.d31c4c6fff1670477cf208d00b87997b5c6bbe4e.jlec@gentoo> (raw)
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 <marbre@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>marbre@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>
next reply other threads:[~2015-02-02 12:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-02 12:06 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-06-06 9:46 [gentoo-commits] proj/sci:master commit in: dev-libs/boost-compute/ Justin Lecher
2015-09-21 16:05 Justin Lecher
2016-01-21 8:15 Marius Brehler
2016-01-22 10:12 Marius Brehler
2020-09-25 20:56 Aisha Tammy
2020-09-25 23:23 Aisha Tammy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1422788199.d31c4c6fff1670477cf208d00b87997b5c6bbe4e.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox