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: Sat, 23 Apr 2022 18:33:58 +0000 (UTC) [thread overview]
Message-ID: <1650738812.617dbf5d47b1d71aa0686f46f16daee39da8340c.conikost@gentoo> (raw)
commit: 617dbf5d47b1d71aa0686f46f16daee39da8340c
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 18:12:42 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 18:33:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617dbf5d
dev-libs/intel-vc-intrinsics: add 0.3.0
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-libs/intel-vc-intrinsics/Manifest | 1 +
.../intel-vc-intrinsics-0.3.0.ebuild | 37 ++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-libs/intel-vc-intrinsics/Manifest b/dev-libs/intel-vc-intrinsics/Manifest
index 7f3932c9ffc5..913475d38538 100644
--- a/dev-libs/intel-vc-intrinsics/Manifest
+++ b/dev-libs/intel-vc-intrinsics/Manifest
@@ -1,2 +1,3 @@
DIST intel-vc-intrinsics-0.1.0.tar.gz 135780 BLAKE2B cb7c84c14a1fb9655e59ad559e24b3d1072f88390bc2b29ea614217049225dc371395849a7af81607a098a42228a249bdfa09fa72874eee4e20a78a0c4371087 SHA512 683c012900acfe331f29c4e88c0a0b0a4e5d84b146faed56757a70d5f9a94678a03c18bd46e269606761e0da4cad5b31f12cb50101d5f810044615971d2b5b9f
DIST intel-vc-intrinsics-0.2.0.tar.gz 135891 BLAKE2B 6118dbc43ca8e3363384f3ea6442480cd353758233f144717888e4c61f5d02ffe97be6f2936f74564da9aacc662e832be6f2371d86472a131232e2abd490c1cb SHA512 1a1b34a5a030141825c906a321b39da32b2cc989f1f3ad034881f4c5c55f27e7e63be7d5db264ba1b1249b589d7eee679061a9704ece610b4f29bdb88f0f19d5
+DIST intel-vc-intrinsics-0.3.0.tar.gz 136326 BLAKE2B 8f0c5a43638aff227cccf381b88e9f9cdd7e151b133c221487686419eab6d5e1b15e605da51b12f9366da3ae12bfee87bc3421c415f3b7265eea7d9905df5a13 SHA512 881cd3c4bfbe3483878cee62990f1765713cddddbe279a263cc91f60e3f27545cfbbc49addf2f8d9ffe6db4dda057110ce2ae0ac39251bc5d0d3c17676a21493
diff --git a/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.3.0.ebuild b/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.3.0.ebuild
new file mode 100644
index 000000000000..365759d0b864
--- /dev/null
+++ b/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.3.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CMAKE_BUILD_TYPE="Release"
+LLVM_MAX_SLOT="13"
+MY_PN="${PN/intel-/}"
+MY_P="${MY_PN}-${PV}"
+PYTHON_COMPAT=( python3_{8..10} )
+
+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
+}
next reply other threads:[~2022-04-23 18:34 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-23 18:33 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 23:21 [gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-vc-intrinsics/ Conrad Kostecki
2025-03-08 23:21 Conrad Kostecki
2025-03-08 23:21 Conrad Kostecki
2025-02-14 22:06 Conrad Kostecki
2025-01-11 23:23 Conrad Kostecki
2025-01-11 23:23 Conrad Kostecki
2024-12-06 23:38 Conrad Kostecki
2024-11-23 23:36 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-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-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=1650738812.617dbf5d47b1d71aa0686f46f16daee39da8340c.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