commit:     fc563957c93c4f24aebe26f45a8c8be836edb118
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 22 06:21:25 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Oct 22 06:44:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc563957

dev-python/numpy: mark implicit function decl as FP

Checks for intrinsics support via a function call style that will
correctly fail to link if not available.

Closes: https://bugs.gentoo.org/925367
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-python/numpy/numpy-1.26.4.ebuild | 5 +++++
 dev-python/numpy/numpy-2.0.0.ebuild  | 5 +++++
 dev-python/numpy/numpy-2.0.2.ebuild  | 5 +++++
 dev-python/numpy/numpy-2.1.1.ebuild  | 5 +++++
 dev-python/numpy/numpy-2.1.2.ebuild  | 5 +++++
 5 files changed, 25 insertions(+)

diff --git a/dev-python/numpy/numpy-1.26.4.ebuild 
b/dev-python/numpy/numpy-1.26.4.ebuild
index 9f82b9383db2..56f02ed4ab4c 100644
--- a/dev-python/numpy/numpy-1.26.4.ebuild
+++ b/dev-python/numpy/numpy-1.26.4.ebuild
@@ -50,6 +50,11 @@ BDEPEND="
        )
 "
 
+QA_CONFIG_IMPL_DECL_SKIP=(
+       # https://bugs.gentoo.org/925367
+       vrndq_f32
+)
+
 EPYTEST_XDIST=1
 distutils_enable_tests pytest
 

diff --git a/dev-python/numpy/numpy-2.0.0.ebuild 
b/dev-python/numpy/numpy-2.0.0.ebuild
index be5fcd31bbdb..b5ebbb001efe 100644
--- a/dev-python/numpy/numpy-2.0.0.ebuild
+++ b/dev-python/numpy/numpy-2.0.0.ebuild
@@ -48,6 +48,11 @@ BDEPEND="
        )
 "
 
+QA_CONFIG_IMPL_DECL_SKIP=(
+       # https://bugs.gentoo.org/925367
+       vrndq_f32
+)
+
 EPYTEST_XDIST=1
 distutils_enable_tests pytest
 

diff --git a/dev-python/numpy/numpy-2.0.2.ebuild 
b/dev-python/numpy/numpy-2.0.2.ebuild
index 9303f488ae6b..36b49c01956b 100644
--- a/dev-python/numpy/numpy-2.0.2.ebuild
+++ b/dev-python/numpy/numpy-2.0.2.ebuild
@@ -48,6 +48,11 @@ BDEPEND="
        )
 "
 
+QA_CONFIG_IMPL_DECL_SKIP=(
+       # https://bugs.gentoo.org/925367
+       vrndq_f32
+)
+
 EPYTEST_XDIST=1
 distutils_enable_tests pytest
 

diff --git a/dev-python/numpy/numpy-2.1.1.ebuild 
b/dev-python/numpy/numpy-2.1.1.ebuild
index c90d9636868d..c65ca99ea528 100644
--- a/dev-python/numpy/numpy-2.1.1.ebuild
+++ b/dev-python/numpy/numpy-2.1.1.ebuild
@@ -48,6 +48,11 @@ BDEPEND="
        )
 "
 
+QA_CONFIG_IMPL_DECL_SKIP=(
+       # https://bugs.gentoo.org/925367
+       vrndq_f32
+)
+
 EPYTEST_XDIST=1
 distutils_enable_tests pytest
 

diff --git a/dev-python/numpy/numpy-2.1.2.ebuild 
b/dev-python/numpy/numpy-2.1.2.ebuild
index 1cab76b3b2db..b2c954fbd4cb 100644
--- a/dev-python/numpy/numpy-2.1.2.ebuild
+++ b/dev-python/numpy/numpy-2.1.2.ebuild
@@ -48,6 +48,11 @@ BDEPEND="
        )
 "
 
+QA_CONFIG_IMPL_DECL_SKIP=(
+       # https://bugs.gentoo.org/925367
+       vrndq_f32
+)
+
 EPYTEST_XDIST=1
 distutils_enable_tests pytest
 

Reply via email to