commit:     11cf93a62e664a6fc214d962bd56de570f74874c
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Thu Jan 21 08:14:05 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Thu Jan 21 08:14:05 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=11cf93a6

dev-libs/boost-compute: Version bump to 0.5

Package-Manager: portage-2.2.26

 dev-libs/boost-compute/boost-compute-0.5.ebuild | 26 +++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/dev-libs/boost-compute/boost-compute-0.5.ebuild 
b/dev-libs/boost-compute/boost-compute-0.5.ebuild
new file mode 100644
index 0000000..151d185
--- /dev/null
+++ b/dev-libs/boost-compute/boost-compute-0.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils cmake-utils
+
+DESCRIPTION="A header-only C++ Computing Library for OpenCL"
+HOMEPAGE="https://github.com/boostorg/compute";
+SRC_URI="https://github.com/boostorg/compute/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+       dev-libs/boost
+       virtual/opencl
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/compute-${PV}"
+
+PATCHES=( "${FILESDIR}/${P}"-CMakeLists.patch )

Reply via email to