From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/level-zero/
Date: Sat, 08 Mar 2025 23:21:29 +0000 (UTC)	[thread overview]
Message-ID: <1741476065.10fe080132415e6f4c761b652c7a0579f7c748df.conikost@gentoo> (raw)
commit:     10fe080132415e6f4c761b652c7a0579f7c748df
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  8 23:19:54 2025 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 23:21:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10fe0801
dev-libs/level-zero: add 1.21.1
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
 dev-libs/level-zero/Manifest                 |  1 +
 dev-libs/level-zero/level-zero-1.21.1.ebuild | 36 ++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)
diff --git a/dev-libs/level-zero/Manifest b/dev-libs/level-zero/Manifest
index d80d090f4ae1..e3327011ed6d 100644
--- a/dev-libs/level-zero/Manifest
+++ b/dev-libs/level-zero/Manifest
@@ -2,3 +2,4 @@ DIST level-zero-1.20.2.tar.gz 900836 BLAKE2B 9dd22b518b72a08906f4fa4538b7f6642e5
 DIST level-zero-1.20.3.tar.gz 906836 BLAKE2B 6311430a6517b69a417141e28e6bfb7e7b276fd0110330f647932bc0bdb9dd3229281b973389b07589d2f3d9ee0ff53d2b2bf08be697f63a521df3992be68412 SHA512 51bae0cc2113e9a2d634b9569a4846e5a993dddb101c30284ffba13ab2473bc642efd53c8bdd5df38727a64753e38285ac7cf3f5d109185da5d0e5dafde67222
 DIST level-zero-1.20.4.tar.gz 906450 BLAKE2B 7acaa19280e5b37a81f6e7bda3ed2c3afc66a655141a61107c665dfa0e5cdcdda4103e766b33ea78c93110bb5ad708cb7d70a3a50237bba3ad859c30ea536eb9 SHA512 ebbdd3b849df4d5a5e561ebb4ae4743c777f2ab047e81e31822c0d29e3b5661c56b0dafded0103e31e65bbf98491b856d13b79a79c0fa41b6e5ad7aa7bf7a5e5
 DIST level-zero-1.20.6.tar.gz 918321 BLAKE2B 21936943bc3836adbd97bca673c554e49f1209cbb0cfe46672c833a6a4bdbea9e1be82a483bbbb38f6c2212ae79604446656b8c32a98fd472c6327610e84a2fd SHA512 128b5b2eafd28f4d1ebfab26743df3ed433e64f640c682c3a40e3d7f30fd25e5b6c9aa6661207d993d0ab0ece2490342489cf59c32b2eb7ab76d937519c7eed0
+DIST level-zero-1.21.1.tar.gz 922104 BLAKE2B 809ed5dbf2f39a57466eaea3fda229a6d2fdd2cd0d6fe83ebef111a7ee17bef15cb3390bac5ff93923b60a673c32ad8a07395c96bd1a78493e4e52b9e5f2f742 SHA512 584eec3601fd1eb826518a29302bcdecdc0ab3bac0d6ecb4bf6654aeec10cef04f4a57113c5734ede828191be956aa316a4e264bb807edd7e97f93b1364c708c
diff --git a/dev-libs/level-zero/level-zero-1.21.1.ebuild b/dev-libs/level-zero/level-zero-1.21.1.ebuild
new file mode 100644
index 000000000000..7855ea438290
--- /dev/null
+++ b/dev-libs/level-zero/level-zero-1.21.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="oneAPI Level Zero headers, loader and validation layer"
+HOMEPAGE="https://github.com/oneapi-src/level-zero"
+SRC_URI="https://github.com/oneapi-src/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-libs/spdlog:="
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	# Don't hardcore -Werror
+	sed -e 's/-Werror//g' -i CMakeLists.txt || die
+
+	cmake_src_prepare
+
+	# According to upstream, release tarballs should contain this file but at least
+	# some of them do not. Fortunately it is trivial to make one ourselves.
+	echo "$(ver_cut 3)" > "${S}"/VERSION_PATCH || die
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DSYSTEM_SPDLOG="ON"
+	)
+
+	cmake_src_configure
+}
next             reply	other threads:[~2025-03-08 23:22 UTC|newest]
Thread overview: 115+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-08 23:21 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-04 13:57 [gentoo-commits] repo/gentoo:master commit in: dev-libs/level-zero/ Conrad Kostecki
2025-10-04 13:57 Conrad Kostecki
2025-10-04 13:57 Conrad Kostecki
2025-09-11 21:08 Conrad Kostecki
2025-09-11 21:08 Conrad Kostecki
2025-08-10 22:38 Conrad Kostecki
2025-08-03 18:44 Conrad Kostecki
2025-08-03 18:44 Conrad Kostecki
2025-06-29 19:42 Conrad Kostecki
2025-06-29 19:42 Conrad Kostecki
2025-06-22 17:39 Sam James
2025-04-18 11:42 Conrad Kostecki
2025-04-10 20:15 Conrad Kostecki
2025-04-10 20:15 Conrad Kostecki
2025-03-28 20:48 Conrad Kostecki
2025-03-28 20:48 Conrad Kostecki
2025-03-23 22:37 Conrad Kostecki
2025-03-01  1:14 Conrad Kostecki
2025-02-14 22:06 Conrad Kostecki
2025-02-06 23:44 Conrad Kostecki
2025-01-28 22:49 Conrad Kostecki
2025-01-28 22:49 Conrad Kostecki
2025-01-23 23:19 Conrad Kostecki
2025-01-18 23:47 Conrad Kostecki
2024-12-24  2:39 Conrad Kostecki
2024-12-24  2:39 Conrad Kostecki
2024-12-06 23:38 Conrad Kostecki
2024-11-23 23:36 Conrad Kostecki
2024-11-23 23:36 Conrad Kostecki
2024-11-23 23:36 Conrad Kostecki
2024-10-22 22:26 Conrad Kostecki
2024-10-22 22:26 Conrad Kostecki
2024-10-22 22:26 Conrad Kostecki
2024-10-05 23:00 Conrad Kostecki
2024-09-29 14:57 Conrad Kostecki
2024-09-29 14:57 Conrad Kostecki
2024-09-15 13:35 Conrad Kostecki
2024-07-14 12:30 Conrad Kostecki
2024-06-17 22:31 Conrad Kostecki
2024-06-17 22:31 Conrad Kostecki
2024-05-26  0:59 Conrad Kostecki
2024-05-12 12:29 Conrad Kostecki
2024-05-05 18:56 Conrad Kostecki
2024-04-17 14:13 Conrad Kostecki
2024-04-17 11:39 Conrad Kostecki
2024-04-17 11:39 Conrad Kostecki
2024-03-09 13:57 Conrad Kostecki
2024-02-08 21:49 Conrad Kostecki
2024-02-08 21:49 Conrad Kostecki
2023-12-26  2:45 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2023-11-12  0:24 Conrad Kostecki
2023-10-10 23:35 Conrad Kostecki
2023-10-10 23:35 Conrad Kostecki
2023-10-02 18:40 Conrad Kostecki
2023-10-02 18:40 Conrad Kostecki
2023-09-09 19:54 Conrad Kostecki
2023-09-08 16:04 Conrad Kostecki
2023-08-26 23:42 Conrad Kostecki
2023-08-15 22:40 Conrad Kostecki
2023-08-15 22:40 Conrad Kostecki
2023-07-25 21:00 Conrad Kostecki
2023-07-25 21:00 Conrad Kostecki
2023-07-15 20:37 Conrad Kostecki
2023-06-24 21:36 Conrad Kostecki
2023-05-18 17:37 Conrad Kostecki
2023-05-18 17:37 Conrad Kostecki
2023-04-29 22:25 Conrad Kostecki
2023-04-10 18:38 Conrad Kostecki
2023-04-09 19:35 Conrad Kostecki
2023-04-09 19:35 Conrad Kostecki
2023-03-08 14:57 Conrad Kostecki
2023-03-04  0:00 Conrad Kostecki
2023-03-04  0:00 Conrad Kostecki
2023-01-31 15:17 Conrad Kostecki
2023-01-31 15:17 Conrad Kostecki
2023-01-31 15:17 Conrad Kostecki
2022-12-13 21:58 Conrad Kostecki
2022-11-10  0:10 Conrad Kostecki
2022-11-10  0:10 Conrad Kostecki
2022-10-10 21:00 Conrad Kostecki
2022-08-21  0:31 Conrad Kostecki
2022-08-21  0:31 Conrad Kostecki
2022-07-23 12:30 Conrad Kostecki
2022-07-19 19:38 Conrad Kostecki
2022-05-21 13:52 Conrad Kostecki
2022-05-12 21:20 Conrad Kostecki
2022-04-11 20:58 Conrad Kostecki
2022-04-11 20:58 Conrad Kostecki
2022-03-12 11:52 Conrad Kostecki
2022-02-20 15:11 Conrad Kostecki
2022-02-20 15:11 Conrad Kostecki
2022-01-20 23:56 Conrad Kostecki
2022-01-20 22:58 Conrad Kostecki
2022-01-20 22:58 Conrad Kostecki
2021-12-20 10:20 Conrad Kostecki
2021-12-15 18:03 Conrad Kostecki
2021-12-15 18:03 Conrad Kostecki
2021-11-14 13:57 Conrad Kostecki
2021-11-07 12:37 Conrad Kostecki
2021-11-07 12:37 Conrad Kostecki
2021-10-19 19:11 Conrad Kostecki
2021-10-07 16:55 Conrad Kostecki
2021-09-21 18:26 Conrad Kostecki
2021-09-21  6:35 Agostino Sarubbo
2021-09-18 21:47 Conrad Kostecki
2021-08-19 11:59 Conrad Kostecki
2021-08-16 17:12 Conrad Kostecki
2020-11-03 11:49 Marek Szuba
2020-11-03 11:40 Marek Szuba
2020-08-24 17:19 Marek Szuba
2020-04-23 21:11 Marek Szuba
2020-04-23 11:01 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=1741476065.10fe080132415e6f4c761b652c7a0579f7c748df.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