On Thu, Apr 10, 2025 at 5:41 PM Michael Orlitzky <mich...@orlitzky.com> wrote:
>
> On 2025-04-10 12:10:07, Nathan Dunfield wrote:
> >
> > Interesting, where can I find a list of the non-python pre-reqs?
>
> "meson setup" should tell you. Some of the dependency checks it does
> are not as precise as the corresponding check from spkg-configure.m4
> (it doesn't run "maxima" and parse the version number, for example)
> but this due to lack of time rather than by design. OTOH many of the
> dependency checks in spkg-configure are overly strict.

by the way, currently our settings give incorrect values for "meson
setup build" in the case
the build was done in venv; e.g. the venv python is python3.12, yet
meson find also installed on the
system, totally irrelevant, python3.13.

meson docs https://mesonbuild.com/Python-module.html say

If you are building Python extension modules against a Python
interpreter located in a venv or Conda environment, you probably want
to set python.install_env=auto; see Python module options for details.

But I don't understand where this "python.install_env=auto;" should be placed.

Dima



>
> --
> 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 visit 
> https://groups.google.com/d/msgid/sage-devel/Z_hI-isN8lWG4PKe%40mertle.

-- 
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 visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq3knGCPd5rK%3D6cJNvgU0PKFV1X8Zs1YSxSOxnWqB1FZcw%40mail.gmail.com.

Reply via email to