>
>
> FWIW we're about to get GAP in Gentoo:
>
>   https://github.com/gentoo/gentoo/pull/34472
>
> And then the only system packages that are missing are PALP and a few
> databases. Everything else can be detected and used by Sage, and that
> should speed up a clean build by a lot. I would still recommend the
> "develop" branch to keep up with the latest changes until Sage itself
> finds its way into Gentoo.
>

Very nice and good work.

I guess, what Sage is doing with --enable-system-site-packages is that it
opens up system's python site-packages. But priority will be the
site-packages of Sage installed site-packages directory. Similar to the
site-package of $HOME/.local/lib/python3.11/site-packages is prioritized
over the one in /usr/lib/python3.11/site-packages. When we are
reconfiguring and building Sage, if it detects system python packages, it
is just skipping the installation of the respective package as the system
site-packages is having that package. But it would have also uninstalled
the existing spkg instead of just leaving it.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAMcUJ1v-imSUzDNA9HOTXWM%2B7exGg%2BdD-jV3aACaFeKuuYYA-g%40mail.gmail.com.

Reply via email to