cschwan / sage-on-gentoo

(Unofficial) Gentoo Overlay for Sage- and Sage-related ebuilds
79 stars 26 forks source link

No ebuild for Sympy1.10 #719

Closed n1ghtbyte closed 1 year ago

n1ghtbyte commented 1 year ago

Trying to install sageOnGentoo with profile -> /linux/amd64/17.1/desktop. In order to install sage 9.7-r1 the ebuild requests for sympy 1.10, Which is not supported by the gentoo repos (scr: https://packages.gentoo.org/packages/dev-python/sympy).

$ doas emerge sage

These are the packages that would be merged, in order:

Calculating dependencies  . .... done!

emerge: there are no ebuilds to satisfy "=dev-python/sympy-1.10*[python_targets_python3_9(-)?,python_targets_python3_10(-)?]".
(dependency required by "sci-mathematics/sage-9.7-r1::sage-on-gentoo" [ebuild])
(dependency required by "sage" [argument])

Right now have to unmask the package to get the 9999 version.

kiwifb commented 1 year ago

Right, I missed the dropping of sympy-1.10. Let me check if any patches are needed to support that.

kiwifb commented 1 year ago

It breaks the results of two doctests (answer formatting) but not any functionality. So, I'll just allow sympy 1.11* for 9.7.

kiwifb commented 1 year ago

You should be able to merge sage 9.7-r1 without problems now.

n1ghtbyte commented 1 year ago

All fine, thanks!