From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/clhpp/
Date: Fri, 24 Feb 2023 22:07:53 +0000 (UTC) [thread overview]
Message-ID: <1677276466.ccd63d8ff7db2dd307156794a3c70b111c9412c8.marecki@gentoo> (raw)
commit: ccd63d8ff7db2dd307156794a3c70b111c9412c8
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 22:06:44 2023 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 22:07:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd63d8f
dev-libs/clhpp: add 2023.02.06
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-libs/clhpp/Manifest | 1 +
dev-libs/clhpp/clhpp-2023.02.06.ebuild | 64 ++++++++++++++++++++++++++++++++++
2 files changed, 65 insertions(+)
diff --git a/dev-libs/clhpp/Manifest b/dev-libs/clhpp/Manifest
index 167ed1854c50..e22363c95f2a 100644
--- a/dev-libs/clhpp/Manifest
+++ b/dev-libs/clhpp/Manifest
@@ -1 +1,2 @@
DIST clhpp-2.0.19.tar.gz 106871 BLAKE2B e8c94f3e242d272a7eedbb13f7ead89cacaffdeca8b837fab29eb023e60efc7eb730b3966702474168071e7c884801fa24f0eedad95f6ea866f27dddb3af4a4e SHA512 f2d37eaee7a46b505844ddf45ae94f5f94241dea0b8f03f6bf4ba7524d7556c9ed19cc2f702cdd9becc469816ffa3d8371ae3561aebff5486cae9b623a10f58b
+DIST clhpp-2023.02.06.tar.gz 106874 BLAKE2B c57cdff048fe80b8fd95f14a77883f0d3eb7a64f7b9fea2661e0127172783ece911f908d7b6597e1b1b2cdfc86c1d841a3047d295a85408ba4c25cb5c8a262f8 SHA512 30252a832287375d550a5e184779881d5b22207a636298c7f52f277c219d3a1ae6983259cfea7bf4f90f0840fec114ee0e7a8c1e6a6fe48c24fd3b5119e7a7f8
diff --git a/dev-libs/clhpp/clhpp-2023.02.06.ebuild b/dev-libs/clhpp/clhpp-2023.02.06.ebuild
new file mode 100644
index 000000000000..c87a653da5d2
--- /dev/null
+++ b/dev-libs/clhpp/clhpp-2023.02.06.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+RUBY_OPTIONAL="yes"
+
+inherit cmake ruby-ng
+
+MY_PN="OpenCL-CLHPP"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Khronos OpenCL C++ bindings"
+HOMEPAGE="https://github.com/KhronosGroup/OpenCL-CLHPP/"
+SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Khronos-CLHPP"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# Tests require CMock (NOT cmocka), which is currently unpackaged
+RESTRICT="test"
+
+RDEPEND="virtual/opencl"
+DEPEND="${RDEPEND}
+ >=dev-util/opencl-headers-${PV}"
+BDEPEND="test? ( $(ruby_implementations_depend) )"
+
+S="${WORKDIR}"/${MY_P}
+
+pkg_setup() {
+ use test && ruby-ng_pkg_setup
+}
+
+src_unpack() {
+ # suppress ruby-ng export
+ default
+}
+
+src_prepare() {
+ # suppress ruby-ng export
+ cmake_src_prepare
+}
+
+src_compile() {
+ # suppress ruby-ng export
+ cmake_src_compile
+}
+
+src_install() {
+ # suppress ruby-ng export
+ cmake_src_install
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_DOCS=OFF
+ -DBUILD_EXAMPLES=OFF
+ -DBUILD_TESTING=$(usex test)
+ )
+ cmake_src_configure
+}
next reply other threads:[~2023-02-24 22:07 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-24 22:07 Marek Szuba [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-24 11:45 [gentoo-commits] repo/gentoo:master commit in: dev-libs/clhpp/ Marek Szuba
2023-08-14 10:16 Marek Szuba
2023-07-15 8:19 Arthur Zamarin
2023-07-15 8:19 Arthur Zamarin
2023-07-15 3:10 Sam James
2023-04-21 8:56 Marek Szuba
2023-04-09 9:31 Marek Szuba
2023-04-09 7:42 Sam James
2023-04-08 18:49 Marek Szuba
2023-04-08 11:13 Arthur Zamarin
2023-04-08 8:30 Arthur Zamarin
2023-01-28 0:41 Marek Szuba
2023-01-28 0:26 Sam James
2023-01-28 0:15 Sam James
2022-11-10 20:06 Matt Turner
2022-10-04 0:53 Marek Szuba
2022-09-26 9:07 Marek Szuba
2022-09-05 21:57 Marek Szuba
2021-12-02 5:16 Matt Turner
2021-09-29 14:07 Sam James
2021-09-29 14:07 Sam James
2021-08-28 20:21 Marek Szuba
2021-05-29 18:16 Matt Turner
2021-05-27 19:14 Sam James
2021-05-06 17:07 Marek Szuba
2020-08-09 17:52 Matt Turner
2020-07-21 9:33 Agostino Sarubbo
2020-07-21 8:48 Agostino Sarubbo
2020-06-19 16:12 Marek Szuba
2020-04-30 0:40 Matt Turner
2020-04-30 0:40 Matt Turner
2020-04-23 0:31 Marek Szuba
2020-04-23 0:31 Marek Szuba
2020-04-23 0:31 Marek Szuba
2020-04-05 10:13 Agostino Sarubbo
2020-04-05 6:09 Mikle Kolyada
2020-03-13 19:32 Matt Turner
2020-03-11 20:19 Matt Turner
2019-07-17 10:18 Mikle Kolyada
2019-07-10 10:30 Agostino Sarubbo
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=1677276466.ccd63d8ff7db2dd307156794a3c70b111c9412c8.marecki@gentoo \
--to=marecki@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