However, I haven’t found how to achieve the same with Meson. For some packages (like coxeter3), Meson detects them automatically if they are already installed—or they can be enabled explicitly with -Dcoxeter3=enabled. But this only works for a limited set of packages.
In the case of tides, things are more complicated since it isn’t available in most Linux distribution repositories or on conda-forge, and therefore has to be compiled manually.
So my question is: how can optional packages be installed or enabled when building SageMath with Meson?
Thank you in advance for any guidance
Thank you in advance for any guidance
--
You received this message because you are subscribed to the Google Groups "sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-support...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sage-support/b45ad62f-872e-45a4-8dc8-37eb7ecec9e6n%40googlegroups.com.
I’ve already compiled tides in both /usr/local and the conda environment, but meson completely ignores it—it doesn’t recognize tides at all. I even tried forcing the libraries through environment variables, but still no luck. Will there ever be a better way to handle optional package installation? Something like the traditional sage -i approach?
--
You received this message because you are subscribed to the Google Groups "sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-support...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sage-support/5af6e152-fbdf-40a1-9d2a-67e44a6e1c42n%40googlegroups.com.