public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marius Brehler" <marbre@linux.sungazer.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/opencl-clhpp/
Date: Mon, 28 Nov 2016 13:48:34 +0000 (UTC)	[thread overview]
Message-ID: <1480340883.941b616a9cfdae9f11d7a658b00d45ae72484ba9.marbre@gentoo> (raw)

commit:     941b616a9cfdae9f11d7a658b00d45ae72484ba9
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Nov 28 13:48:03 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Mon Nov 28 13:48:03 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=941b616a

dev-libs/opencl-clhpp: New ebuild providing C++ headers for OpenCL development

Package-Manager: portage-2.3.0

 dev-libs/opencl-clhpp/metadata.xml               | 12 ++++++++++
 dev-libs/opencl-clhpp/opencl-clhpp-2.0.10.ebuild | 29 ++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-libs/opencl-clhpp/metadata.xml b/dev-libs/opencl-clhpp/metadata.xml
new file mode 100644
index 0000000..222c1e3
--- /dev/null
+++ b/dev-libs/opencl-clhpp/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>marbre@linux.sungazer.de</email>
+    <name>Marius Brehler</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>sci@gentoo.org</email>
+    <name>Gentoo Science Project</name>
+  </maintainer>
+</pkgmetadata>
\ No newline at end of file

diff --git a/dev-libs/opencl-clhpp/opencl-clhpp-2.0.10.ebuild b/dev-libs/opencl-clhpp/opencl-clhpp-2.0.10.ebuild
new file mode 100644
index 0000000..9d71325
--- /dev/null
+++ b/dev-libs/opencl-clhpp/opencl-clhpp-2.0.10.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+MY_PN="OpenCL-CLHPP"
+
+DESCRIPTION="OpenCL Host API C++ bindings (cl.hpp and cl2.hpp)"
+HOMEPAGE="https://github.com/KhronosGroup/OpenCL-CLHPP"
+SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+LICENSE="MIT-KhronosGroup"
+SLOT="0"
+IUSE="examples"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_DOCS=OFF
+		-DBUILD_EXAMPLES=OFF
+		-DBUILD_TESTS=OFF
+	)
+	cmake-utils_src_configure
+}
\ No newline at end of file


             reply	other threads:[~2016-11-28 13:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-28 13:48 Marius Brehler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-03-16  0:31 [gentoo-commits] proj/sci:master commit in: dev-libs/opencl-clhpp/ Benda XU

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=1480340883.941b616a9cfdae9f11d7a658b00d45ae72484ba9.marbre@gentoo \
    --to=marbre@linux.sungazer.de \
    --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