diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-libs/simde | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-libs/simde')
| -rw-r--r-- | dev-libs/simde/Manifest | 1 | ||||
| -rw-r--r-- | dev-libs/simde/files/simde-0.8.2-musl.patch | 19 | ||||
| -rw-r--r-- | dev-libs/simde/metadata.xml | 11 | ||||
| -rw-r--r-- | dev-libs/simde/simde-0.8.2.ebuild | 45 |
4 files changed, 0 insertions, 76 deletions
diff --git a/dev-libs/simde/Manifest b/dev-libs/simde/Manifest deleted file mode 100644 index 60d9a387258b..000000000000 --- a/dev-libs/simde/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST simde-0.8.2.tar.gz 7468969 BLAKE2B 55824ac6d525de475285b430e96c91d7e7cdf363cb42742e55cc8b6e44e5d59d2e07d59fe37897d4bc2023fca35bd908772e01ba95681a00c8f9464dccb0f742 SHA512 4e42d7140c0afae507773527c6c0c07e6f0cdad59a1d42ebcf4bd223fc9f71e91a2e3db7746aca3c0c5ad2a13333c2322ce1e384c7d699ddfe33bed6f107aec5 diff --git a/dev-libs/simde/files/simde-0.8.2-musl.patch b/dev-libs/simde/files/simde-0.8.2-musl.patch deleted file mode 100644 index fa1c796aec00..000000000000 --- a/dev-libs/simde/files/simde-0.8.2-musl.patch +++ /dev/null @@ -1,19 +0,0 @@ -This workaround patch should be removable when musl implements C23 -functions (technically this isn't a __GLIBC__-only quirk, but used -due to lack of anything known that's better beside running a build -test for it). - -https://bugs.gentoo.org/926488 -https://github.com/simd-everywhere/simde/issues/1001 ---- a/simde/simde-math.h -+++ b/simde/simde-math.h -@@ -1268,3 +1268,3 @@ - #if \ -- ((!defined(HEDLEY_EMSCRIPTEN_VERSION) || HEDLEY_EMSCRIPTEN_VERSION_CHECK(3, 1, 43)) && HEDLEY_HAS_BUILTIN(__builtin_roundeven)) || \ -+ (defined(__GLIBC__) && (!defined(HEDLEY_EMSCRIPTEN_VERSION) || HEDLEY_EMSCRIPTEN_VERSION_CHECK(3, 1, 43)) && HEDLEY_HAS_BUILTIN(__builtin_roundeven)) || \ - HEDLEY_GCC_VERSION_CHECK(10,0,0) -@@ -1288,3 +1288,3 @@ - #if \ -- ((!defined(HEDLEY_EMSCRIPTEN_VERSION) || HEDLEY_EMSCRIPTEN_VERSION_CHECK(3, 1, 43)) && HEDLEY_HAS_BUILTIN(__builtin_roundevenf)) || \ -+ (defined(__GLIBC__) && (!defined(HEDLEY_EMSCRIPTEN_VERSION) || HEDLEY_EMSCRIPTEN_VERSION_CHECK(3, 1, 43)) && HEDLEY_HAS_BUILTIN(__builtin_roundevenf)) || \ - HEDLEY_GCC_VERSION_CHECK(10,0,0) diff --git a/dev-libs/simde/metadata.xml b/dev-libs/simde/metadata.xml deleted file mode 100644 index f92dc4d96537..000000000000 --- a/dev-libs/simde/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>ionen@gentoo.org</email> - <name>Ionen Wolkens</name> - </maintainer> - <upstream> - <remote-id type="github">simd-everywhere/simde</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-libs/simde/simde-0.8.2.ebuild b/dev-libs/simde/simde-0.8.2.ebuild deleted file mode 100644 index 3d57056117ff..000000000000 --- a/dev-libs/simde/simde-0.8.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -DESCRIPTION="Header-only library providing implementations of SIMD instruction sets" -HOMEPAGE="https://simd-everywhere.github.io/blog/" -SRC_URI=" - https://github.com/simd-everywhere/simde/archive/refs/tags/v${PV/_/-}.tar.gz - -> ${P}.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -PATCHES=( - "${FILESDIR}"/${PN}-0.8.2-musl.patch -) - -src_configure() { - # *FLAGS are only used for tests (nothing that is installed), and - # upstream tests with specific *FLAGS and is otherwise flaky with - # -march=native, -mno-*, and such -- unset to be spared headaches. - unset {C,CPP,CXX,LD}FLAGS - - local emesonargs=( - $(meson_use test tests) - ) - - meson_src_configure -} - -src_test() { - if use x86; then - # https://github.com/simd-everywhere/simde/issues/867 (bug #926706) - meson_src_test $(meson_src_test --list | grep -Ev '(dbsad|fpclass)') - else - meson_src_test - fi -} |
