cschwan / sage-on-gentoo

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

sci-mathematics/singular and PYTHON_COMPAT=( python2_7 ) #599

Closed welele08 closed 3 years ago

welele08 commented 4 years ago

sci-mathematics/singular Ebuild use a PYTHON_COMPAT=( python2_7 ) while python2_7 is currently getting away from gentoo. Is a python3_7 possible?

kiwifb commented 4 years ago

Not currently. Note that building python (2.7) bindings is not useful to sage. It is perfectly OK to build singular with USE=-python. I will probably just disable the flag at some point.

kiwifb commented 3 years ago

I have now removed the flag in all the most recent version of singular (4.1.3_p2+). There is currently no obvious effort upstream to move to a more recent version of python.