public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/opencl-headers/
Date: Thu, 09 Jan 2025 15:13:12 +0000 (UTC)	[thread overview]
Message-ID: <1736435585.ed189944ab0580c7012a12f92aeb2b96e1fd35b6.conikost@gentoo> (raw)

commit:     ed189944ab0580c7012a12f92aeb2b96e1fd35b6
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Jan  6 15:13:05 2025 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jan  9 15:13:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed189944

dev-util/opencl-headers: add 2024.10.24

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-util/opencl-headers/Manifest                   |  1 +
 .../opencl-headers-2024.10.24.ebuild               | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-util/opencl-headers/Manifest b/dev-util/opencl-headers/Manifest
index 71f1ff67447d..9eab21b03a4f 100644
--- a/dev-util/opencl-headers/Manifest
+++ b/dev-util/opencl-headers/Manifest
@@ -1,2 +1,3 @@
 DIST opencl-headers-2023.12.14.tar.gz 75698 BLAKE2B 2ff040112bf8a9be7bc8c8ecbf29cec1c9c718574582e7e065f3391856d3cb70d6c46b5e770d3d2e3aabb2a0040855e2b3f73cda8c9b547d4faaeedafca0bc3c SHA512 71a21f32cc2d956ef52ea197a95f21a3df5cf4e6888b533eb8cc66be0025fafe9b6477d3de813cb1ae6303032c80bc10b5e5ab1c71074f1662a6b5296fffd3d3
 DIST opencl-headers-2024.05.08.tar.gz 76977 BLAKE2B cd4e0464e2613912134946b43b8b69ccd61f0ba850825c8182e46dcb042478338fda5d993e9e48612ba42152a007be172e6da9afcfda3eb51c71e52dd2f15793 SHA512 2f1a46d58a5a9329470bab4c3662f17e81aab9558bfd9e1aafa14d3e1ab129513ab9493eeeb3cc48f0f91f0bc6b61bd54e28d7083eed58af9f34cd973cc93de1
+DIST opencl-headers-2024.10.24.tar.gz 85151 BLAKE2B d35c2ea06a1162e1716d5973b3587bd8c50420cf15cb7c13c61d16df9b94ec1df9b3e4621291d0384de40672f2f919b8df3edb5067755df2e236e596c82acfd5 SHA512 9d2ed2a8346bc3f967989091d8cc36148ffe5ff13fe30e12354cc8321c09328bbe23e74817526b99002729c884438a3b1834e175a271f6d36e8341fd86fc1ad5

diff --git a/dev-util/opencl-headers/opencl-headers-2024.10.24.ebuild b/dev-util/opencl-headers/opencl-headers-2024.10.24.ebuild
new file mode 100644
index 000000000000..529df253e94d
--- /dev/null
+++ b/dev-util/opencl-headers/opencl-headers-2024.10.24.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+MY_PN="OpenCL-Headers"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Unified C language headers for the OpenCL API"
+HOMEPAGE="https://github.com/KhronosGroup/OpenCL-Headers"
+SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_TESTING=$(usex test)
+	)
+	cmake_src_configure
+}


             reply	other threads:[~2025-01-09 15:13 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-09 15:13 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-25 23:25 [gentoo-commits] repo/gentoo:master commit in: dev-util/opencl-headers/ Sam James
2025-04-25 23:25 Sam James
2025-04-25 20:46 Sam James
2025-01-15 18:44 Sam James
2025-01-14 15:43 Petr Vaněk
2025-01-05  1:37 Sam James
2024-11-25 20:42 Sam James
2024-11-23 15:42 Michał Górny
2024-11-23 13:02 Arthur Zamarin
2024-06-12 13:52 Marek Szuba
2024-05-23 13:34 WANG Xuerui
2024-04-24 14:17 Sam James
2024-04-24 14:17 Sam James
2024-04-24 14:13 Sam James
2023-12-24 11:45 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-12  6:05 Yixun Lan
2023-04-08 18:49 Marek Szuba
2023-04-08 11:13 Arthur Zamarin
2023-04-08  9:00 Arthur Zamarin
2023-04-08  8:30 Arthur Zamarin
2023-02-24 22:07 Marek Szuba
2023-01-28 22:55 Marek Szuba
2023-01-28  1:40 Sam James
2023-01-28  0:26 Sam James
2023-01-28  0:15 Sam James
2022-10-04  0:53 Marek Szuba
2022-09-26  9:07 Marek Szuba
2022-09-26  1:01 Marek Szuba
2022-09-05 21:57 Marek Szuba
2022-07-26  4:49 Sam James
2022-07-24  1:04 Sam James
2022-06-01 23:43 Marek Szuba
2022-04-11 11:16 Marek Szuba
2022-04-11  6:35 Jakov Smolić
2022-04-10  9:05 Agostino Sarubbo
2022-03-01 16:47 Marek Szuba
2022-02-09  0:20 Marek Szuba
2021-09-29 14:07 Sam James
2021-09-29 14:07 Sam James
2021-08-28 23:11 Marek Szuba
2021-08-28 20:21 Marek Szuba
2021-06-26  9:45 罗百科
2021-06-23  9:15 Marek Szuba
2021-06-23  6:29 Agostino Sarubbo
2021-06-23  4:43 Sam James
2021-05-13 14:27 Marek Szuba
2021-05-06 17:07 Marek Szuba
2021-04-27 11:05 Marek Szuba
2021-03-20  9:02 罗百科
2020-11-12 21:03 Thomas Deutschmann
2020-11-06 20:38 Sam James
2020-06-19 14:31 Marek Szuba
2020-05-14 21:29 Thomas Deutschmann
2020-05-12 12:50 Mikle Kolyada
2020-04-08 22:52 Marek Szuba
2020-04-02  0:21 Marek Szuba

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=1736435585.ed189944ab0580c7012a12f92aeb2b96e1fd35b6.conikost@gentoo \
    --to=conikost@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