Re: [sage-devel] Re: How to find the exact version of giac used in sagemath 10.5 binary?

2025-01-05 Thread François Bissey
Instead of "readelf", use "ldd -r" - it will show you the path to the libgiac used which - given there was no such file in your list - should turn out to be the system one. On 6/01/25 04:23, 'Nasser M. Abbasi' via sage-devel wrote: And here is the content of   sagemath giac lib that is listed i

Re: [sage-devel] Re: How to find the exact version of giac used in sagemath 10.5 binary?

2025-01-05 Thread 'Nasser M. Abbasi' via sage-devel
"If you are using arch sagemath, then you are not using sage-the-distro and so you are using arch giac as well." This is good to know. I am new to using arch and was not sure. I am actually using EOS distro which is arch based, not arch itself. I just found the info I wanted is online: https:/

Re: [sage-devel] Re: How to find the exact version of giac used in sagemath 10.5 binary?

2025-01-05 Thread 'Gonzalo Tornaría' via sage-devel
January 5, 2025 12:07 PM, "Nasser M. Abbasi' via sage-devel" wrote: > This link shows the Arch sagemath package info that I installed > > https://archlinux.org/packages/extra/x86_64/sagemath/ If you are using arch sagemath, then you are not using sage-the-distro and so you are using arch giac

Re: [sage-devel] Re: How to find the exact version of giac used in sagemath 10.5 binary?

2025-01-05 Thread 'Nasser M. Abbasi' via sage-devel
And here is the content of sagemath giac lib that is listed in the sagemath package files >ls -l /usr/lib/python3.13/site-packages/sage/libs/giac/ total 3572 -rw-r--r-- 1 root root 676302 Dec 22 06:23 auto-methods.pxi -rwxr-xr-x 1 root root 2840360 Dec 22 06:23 giac.cpython-313-x86_64-linu

Re: [sage-devel] Re: How to find the exact version of giac used in sagemath 10.5 binary?

2025-01-05 Thread 'Nasser M. Abbasi' via sage-devel
This link shows the Arch sagemath package info that I installed https://archlinux.org/packages/extra/x86_64/sagemath/ There is link at bottom of this page to show list of all files also (click on package content) I see number of files with giac in them. Here is the list from my linux using the

Re: [sage-devel] Re: How to find the exact version of giac used in sagemath 10.5 binary?

2025-01-05 Thread 'Gonzalo Tornaría' via sage-devel
You can use one of the changes in behaviour that are in sagemath history (in the form of doctests that we have to change as we upgrade giac). For instance: --- With giac 1.9.0-998: sage: libgiac.solve('sin(3*x)>2*sin(x)', libgiac('x')) Inequation on periodic expression without assumptions on v

Re: [sage-devel] Re: meson build doesn't find cysignals?

2025-01-05 Thread 'tobia...@gmx.de' via sage-devel
This is really strange. It actually reports that cysignals is found: Running command: /home/grhkm/miniforge3/envs/sage-dev-2/bin/python3.11 -c 'import cysignals print(cysignals.__file__.replace('"'"'__init__.py'"'"', '"'"''"'"'))' --- stdout --- /home/grhkm/miniforge3/envs/sage-dev-2/lib/pyth