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-libs/intel-vc-intrinsics/
Date: Tue,  7 Mar 2023 16:43:53 +0000 (UTC)	[thread overview]
Message-ID: <1678207419.f1849447c9b0bdf490774789e3b31cb16a616ce8.conikost@gentoo> (raw)

commit:     f1849447c9b0bdf490774789e3b31cb16a616ce8
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  7 16:32:36 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 16:43:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1849447

dev-libs/intel-vc-intrinsics: add 0.12.1

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-libs/intel-vc-intrinsics/Manifest              |  1 +
 .../intel-vc-intrinsics-0.12.1.ebuild              | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-libs/intel-vc-intrinsics/Manifest b/dev-libs/intel-vc-intrinsics/Manifest
index dd4fd7da77db..70ae1915910f 100644
--- a/dev-libs/intel-vc-intrinsics/Manifest
+++ b/dev-libs/intel-vc-intrinsics/Manifest
@@ -1,3 +1,4 @@
 DIST intel-vc-intrinsics-0.11.0.tar.gz 139044 BLAKE2B 2d1ba293188821c551c4d0faf8426c3480f6aac631016db4a9bfebbb90c9b9e4ab76feb2716388fbf540153fe54d884377d7afda1dd6524ece15f88696d9d679 SHA512 a2d96133031305d9b772be70bd3d612b04319ad2fd4eec17445e7322352fb3a054e323b718c3a409089d597825d5737fa21f01a1ede32e5c1c84f68815f6f050
+DIST intel-vc-intrinsics-0.12.1.tar.gz 139995 BLAKE2B ad5f76873eecf580552f2ef99ff502ad79f87edc43fa4e444983973c439d0090e9e7c48c5453edb1dd204bb656e2f30e7a1c262f965e4b87ce38cc7a466d5938 SHA512 ccba1e024e7b49b64139f21841060f183d5f329d1dc25163af65302679aef60dd2c0cb3a1afa41155de714629b0f1b19a98ba837a720bfa235bcaf8635fa181a
 DIST intel-vc-intrinsics-0.7.1.tar.gz 138162 BLAKE2B 6a3aa8dcec358dd2f19688a57e5efd267eb6fd208f21c0bbda12baae4b73b4a85462e930f06fb34d22fe15103af368e8763031b2ef668a677104c57231740ff4 SHA512 278c67e277c09a2a8f5d6aed77e4c7d7dfd7fc54f9e34b8fae2154641785b66eec298e02bffa84f8cf4d0824e0272f7fb659d0ea19d2a993b5c44bb2e6f5a076
 DIST intel-vc-intrinsics-0.8.1.tar.gz 138462 BLAKE2B 0f86f5fbeb7931a564eb598d527fd67e96489d0f2e7dba7166ffa468470022eff05e150877c3dd380ad003beb8651a0ac9ffe9c3dceeae6552c46b5f3e00aa64 SHA512 9763f1b624121694d6880ca3ffdf2e344ce3ed1a39c1c1e7dc06195b79acccce5e3d86032bba5c0de440376821c383f8ff59fdd57b0ae93fede17595b0fe0b42

diff --git a/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.12.1.ebuild b/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.12.1.ebuild
new file mode 100644
index 000000000000..591c7d20746d
--- /dev/null
+++ b/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.12.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CMAKE_BUILD_TYPE="Release"
+LLVM_MAX_SLOT="14"
+MY_PN="${PN/intel-/}"
+MY_P="${MY_PN}-${PV}"
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit cmake llvm python-any-r1
+
+DESCRIPTION="A set of new intrinsics on top of core LLVM IR instructions"
+HOMEPAGE="https://github.com/intel/vc-intrinsics"
+SRC_URI="https://github.com/intel/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	dev-libs/libxml2:2=
+	sys-devel/llvm:${LLVM_MAX_SLOT}
+	sys-libs/zlib
+"
+RDEPEND="${DEPEND}"
+BDEPEND="${PYTHON_DEPS}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DLLVM_DIR="$(get_llvm_prefix ${LLVM_MAX_SLOT})"
+	)
+
+	cmake_src_configure
+}


             reply	other threads:[~2023-03-07 16:43 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-07 16:43 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-23 23:36 [gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-vc-intrinsics/ Conrad Kostecki
2024-09-15 12:45 Conrad Kostecki
2024-09-15 12:45 Conrad Kostecki
2024-08-11 14:22 Conrad Kostecki
2024-08-04 17:48 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-28 18:32 Conrad Kostecki
2023-10-02 18:40 Conrad Kostecki
2023-10-02 18:40 Conrad Kostecki
2023-08-26 23:42 Conrad Kostecki
2023-08-05 22:41 Conrad Kostecki
2023-06-24 21:36 Conrad Kostecki
2023-06-24 21:36 Conrad Kostecki
2023-05-18 17:37 Conrad Kostecki
2023-05-18 17:37 Conrad Kostecki
2023-05-18 17:37 Conrad Kostecki
2023-04-23 15:48 Conrad Kostecki
2023-04-09 19:35 Conrad Kostecki
2023-04-09 19:35 Conrad Kostecki
2023-03-07 16:43 Conrad Kostecki
2023-03-07 16:43 Conrad Kostecki
2023-02-02  0:53 Conrad Kostecki
2022-11-10  0:10 Conrad Kostecki
2022-10-10 21:00 Conrad Kostecki
2022-10-10 21:00 Conrad Kostecki
2022-10-01 23:33 Conrad Kostecki
2022-08-31 20:57 Conrad Kostecki
2022-07-20 22:08 Conrad Kostecki
2022-07-19  7:33 Conrad Kostecki
2022-07-19  7:33 Conrad Kostecki
2022-07-19  7:33 Conrad Kostecki
2022-05-12 21:20 Conrad Kostecki
2022-05-12 21:20 Conrad Kostecki
2022-04-23 18:33 Conrad Kostecki
2022-04-22 22:32 Conrad Kostecki
2022-03-27 22:23 Conrad Kostecki

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=1678207419.f1849447c9b0bdf490774789e3b31cb16a616ce8.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