public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/clhpp/
Date: Sun, 24 Dec 2023 11:45:09 +0000 (UTC)	[thread overview]
Message-ID: <1703418294.053dbb866e6b6c05e21185ecf0f951e0bb0dff03.marecki@gentoo> (raw)

commit:     053dbb866e6b6c05e21185ecf0f951e0bb0dff03
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 24 11:30:03 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 11:44:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=053dbb86

dev-libs/clhpp: add 2023.12.14

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-libs/clhpp/Manifest                |  1 +
 dev-libs/clhpp/clhpp-2023.12.14.ebuild | 39 ++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-libs/clhpp/Manifest b/dev-libs/clhpp/Manifest
index fcf843c72292..07f4c4777c3d 100644
--- a/dev-libs/clhpp/Manifest
+++ b/dev-libs/clhpp/Manifest
@@ -1 +1,2 @@
 DIST clhpp-2023.04.17.tar.gz 115042 BLAKE2B df0db751eda9fe2f23a5e3ef97f263885a09ca4b341b24c9580522e84a192e9afe526a441d0e3660e8819492945b2ff89bff7c96cd1fd1b3bd6a177042ec759e SHA512 1e37af647a37737240de1622bd772e1f154a07c2d27e020487163c42d0833096c1a2f2f2185b8f6371889c2cad3992f0c7a9d233c36941367da743ee7ee8e486
+DIST clhpp-2023.12.14.tar.gz 123233 BLAKE2B 2b23639ad162921e01033fbacc1c4e57d9c28ce39c55b3564f162e5d6b6d9ed0e80aaefbd62de81157e165f01897e82d0ff4943c8ee620587840f4aece22319b SHA512 a90152d2f9c57d4724ef3ea33e1311914e49659042e916e467a9f16877d348ed62f909fe8423589976669b25241a3b996fbd7ac235a44e35947d1b87d3e3ef2b

diff --git a/dev-libs/clhpp/clhpp-2023.12.14.ebuild b/dev-libs/clhpp/clhpp-2023.12.14.ebuild
new file mode 100644
index 000000000000..a9a4c55d1789
--- /dev/null
+++ b/dev-libs/clhpp/clhpp-2023.12.14.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+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 ~ppc64 ~x86"
+IUSE="test"
+
+# Tests require CMock (NOT cmocka), which is currently not in Gentoo
+# and has been found to be extremely awkward to package.
+# Should it ever get packaged, consult git history for how to set things up
+# for the clhpp test suite.
+RESTRICT="test"
+
+RDEPEND="virtual/opencl"
+DEPEND="${RDEPEND}
+	>=dev-util/opencl-headers-${PV}"
+
+S="${WORKDIR}"/${MY_P}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_DOCS=OFF
+		-DBUILD_EXAMPLES=OFF
+		-DBUILD_TESTING=$(usex test)
+	)
+	cmake_src_configure
+}


             reply	other threads:[~2023-12-24 11:45 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-24 11:45 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-14 10:16 [gentoo-commits] repo/gentoo:master commit in: dev-libs/clhpp/ 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-02-24 22:07 Marek Szuba
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=1703418294.053dbb866e6b6c05e21185ecf0f951e0bb0dff03.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