Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 892183 - dev-python/sympy: Add ~ppc64 keyword
Summary: dev-python/sympy: Add ~ppc64 keyword
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Keywording (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrey Grozin
URL:
Whiteboard:
Keywords: CC-ARCHES
Depends on: 882815 871921
Blocks: 900178
  Show dependency tree
 
Reported: 2023-01-27 06:17 UTC by Chris Kerr
Modified: 2023-03-07 14:12 UTC (History)
6 users (show)

See Also:
Package list:
dev-python/sympy ppc64 dev-python/aesara ppc64 dev-python/pyglet ppc64 dev-python/symengine ppc64 dev-python/cons ppc64 dev-python/etuples ppc64 dev-python/logical-unification ppc64 dev-python/minikanren ppc64 dev-python/multipledispatch ppc64
Runtime testing required: ---
nattka: sanity-check+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Kerr 2023-01-27 06:17:06 UTC
I built sympy and all unkeyworded dependencies with FEATURES=test

Currently there is one failing test, reported upstream as https://github.com/sympy/sympy/issues/24071

The failure exposes a real bug, which on IEEE floats only appears with subnormal numbers but is easier to trigger with PPC64 double-double format. However, even if it is not fixed, the upcoming transition to IEEE long double ABI should fix it.

Reproducible: Always