From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/xsimd/
Date: Thu, 20 Apr 2023 18:11:00 +0000 (UTC) [thread overview]
Message-ID: <1682014195.1cf8d3728c30733339deec965087135dbafe8525.tupone@gentoo> (raw)
commit: 1cf8d3728c30733339deec965087135dbafe8525
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 18:09:22 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 18:09:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf8d372
dev-cpp/xsimd: new package, add 11.0.0
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-cpp/xsimd/Manifest | 1 +
dev-cpp/xsimd/metadata.xml | 11 +++++++++
dev-cpp/xsimd/xsimd-11.0.0.ebuild | 52 +++++++++++++++++++++++++++++++++++++++
3 files changed, 64 insertions(+)
diff --git a/dev-cpp/xsimd/Manifest b/dev-cpp/xsimd/Manifest
new file mode 100644
index 000000000000..53212822b10f
--- /dev/null
+++ b/dev-cpp/xsimd/Manifest
@@ -0,0 +1 @@
+DIST xsimd-11.0.0.tar.gz 218589 BLAKE2B ce0021f51d541d8c713645c84c38df2cf0e769fba191ba1ef030da682aa6176467cc1cc2722feac4bc0d3f931e1611d16349818eb9b4e9e1803d39f0985ecfbd SHA512 75927ab1369aa8eb321d4a2e425f14d977cd1a5792d13a8ca5a393b030fce7a5ce00492a5145a3fbedd29c3ad38556d5a4b2242534eb76dc5164b7cef4f8406b
diff --git a/dev-cpp/xsimd/metadata.xml b/dev-cpp/xsimd/metadata.xml
new file mode 100644
index 000000000000..22b20250f0c2
--- /dev/null
+++ b/dev-cpp/xsimd/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>tupone@gentoo.org</email>
+ <name>Tupone Alfredo</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">xtensor-stack/xsimd</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-cpp/xsimd/xsimd-11.0.0.ebuild b/dev-cpp/xsimd/xsimd-11.0.0.ebuild
new file mode 100644
index 000000000000..79ea0b73bf17
--- /dev/null
+++ b/dev-cpp/xsimd/xsimd-11.0.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C++ wrappers for SIMD intrinsics"
+HOMEPAGE="https://github.com/xtensor-stack/xsimd"
+SRC_URI="https://github.com/xtensor-stack/${PN}/archive/refs/tags/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ doc? (
+ app-doc/doxygen
+ dev-python/breathe
+ dev-python/sphinx
+ )
+ test? ( dev-cpp/doctest )"
+
+src_prepare() {
+ sed -i \
+ -e '/fPIC/d' \
+ test/CMakeLists.txt \
+ || die
+ cmake_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TESTS=$(usex test)
+ )
+ cmake_src_configure
+}
+
+src_compile() {
+ cmake_src_compile
+ use doc && emake -C docs html
+}
+
+src_install() {
+ cmake_src_install
+ if use doc; then
+ dodoc -r docs/build/html
+ fi
+}
next reply other threads:[~2023-04-20 18:11 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-20 18:11 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-20 19:36 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/xsimd/ Florian Schmaus
2023-04-20 19:39 Alfredo Tupone
2023-09-08 18:50 Arthur Zamarin
2023-09-09 16:27 WANG Xuerui
2023-09-11 6:48 Jakov Smolić
2023-10-29 3:40 Sam James
2023-11-19 20:07 Arthur Zamarin
2023-11-25 10:14 Arthur Zamarin
2023-11-25 11:14 Michał Górny
2023-11-25 11:43 Arthur Zamarin
2023-12-08 19:39 Arthur Zamarin
2024-01-13 11:14 Sam James
2024-01-19 23:08 Ionen Wolkens
2024-01-20 7:09 Michał Górny
2024-01-20 9:07 Sam James
2024-01-23 17:30 Arthur Zamarin
2024-08-13 19:23 Arthur Zamarin
2024-08-13 19:27 Arthur Zamarin
2024-08-14 9:49 Sam James
2024-08-14 9:49 Sam James
2024-08-16 13:58 Sam James
2024-09-25 18:08 Alfredo Tupone
2024-12-18 19:49 Alfredo Tupone
2024-12-18 20:40 Alfredo Tupone
2025-03-21 19:59 Alfredo Tupone
2025-04-15 10:22 Sam James
2025-04-15 10:22 Sam James
2025-04-15 14:19 Michał Górny
2025-04-22 0:36 Sam James
2025-07-27 19:47 Andreas Sturmlechner
2025-08-03 9:12 Sam James
2025-08-03 9:12 Sam James
2025-08-03 9:12 Sam James
2025-08-03 11:36 Sam James
2025-08-30 6:05 Arthur Zamarin
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=1682014195.1cf8d3728c30733339deec965087135dbafe8525.tupone@gentoo \
--to=tupone@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