On Mon, Aug 18, 2025 at 9:37 AM Harald Schilly <
harald....@gmail.com> wrote:
>
> Hi, I'm trying to compile Sage 10.7 for CoCalc, i.e. an Ubuntu 24.04 environment. However, so far I am unable to compile it. I tried to enable/disable a couple of packages that seem to be related, but no luck.
>
> Attached is the contourpy-1.3.1 log
[spkg-install] Run-time dependency pybind11 found: YES 2.11.1
tells you that a wrong pybind11 is used.
So a quick fix would be to uninstall it, and try again.
(this is known to work - I think it's the 2nd such report)
It would be great if you tried a more consistent way: removing
`--no-build-isolation` in the last line of
build/pkgs/contourpy/
spkg-install.in
(this option causes an old buggy pybind11 to be picked; by the way, I
don't think you need to ban system cmake or ninja in the ./configure
call)
>
> My most recent attempt had that configuration:
>
> ./configure --with-system-ninja_build=no --with-system-contourpy=no --with-system-pybind=no --with-system-cmake=no
>
> Any ideas what I could try are welcome :-)
>
> -- Harald
>
> --
> 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+...@googlegroups.com.
> To view this discussion visit
https://groups.google.com/d/msgid/sage-devel/f3370fd0-94cc-4614-855c-07477a101482n%40googlegroups.com.