cschwan / sage-on-gentoo

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

Problem with a USE flag of sci-libs/cholmod #651

Closed hackitforfun closed 3 years ago

hackitforfun commented 3 years ago

Currently on a fully updated ~amd64 system, sage can not be installed due to the following error:

~ sudo emerge -a sage

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

Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy ">=sci-libs/cholmod-2[-minimal]".
!!! One of the following packages is required to complete your request:
- sci-libs/cholmod-3.0.14::gentoo (Missing IUSE: minimal)
- sci-libs/cholmod-3.0.13::gentoo (Missing IUSE: minimal)
(dependency required by "sci-libs/umfpack-5.7.9-r1::sage-on-gentoo[cholmod]" [ebuild])
(dependency required by "dev-python/cvxopt-1.2.6::gentoo[-test]" [ebuild])
(dependency required by "sci-mathematics/sage-9.4::sage-on-gentoo" [ebuild])
(dependency required by "sage" [argument])
kiwifb commented 3 years ago

My apologies. The sage-on-gentoo ebuild should have been removed some time ago as it doesn't bring anything compared to the main tree. I have removed it now but some other suitesparse packages are still lingering around. Let me know if any of them cause troubles.

hackitforfun commented 3 years ago

I am building sage now and all seems to work so far. Thanks for the fast response.